1/** 2 * Load a bundle for a URL using fetch + eval on native and script tag injection on web. 3 * 4 * @param bundlePath Given a statement like `import('./Bacon')` `bundlePath` would be `Bacon`. 5 */ 6export declare function fetchThenEvalAsync(url: string): Promise<void>; 7//# sourceMappingURL=fetchThenEvalJs.d.ts.map