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.bundle?params=from-metro`. 5 */ 6export declare function loadBundleAsync(bundlePath: string): Promise<void>; 7//# sourceMappingURL=loadBundle.d.ts.map