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