import { PolyfillsLoaderConfig, PolyfillsLoader } from './types'; /** * Creates a loader script that executes immediately, loading the configured * polyfills and resources (app entrypoints, scripts etc.). */ export declare function createPolyfillsLoader(cfg: PolyfillsLoaderConfig): Promise; //# sourceMappingURL=createPolyfillsLoader.d.ts.map