export declare class PolyfillSet { type: 'esm' | 'commonjs'; name: string; map: Map; constructor(type: 'esm' | 'commonjs', name: string); addFile(f: string, sources: Set): void; } declare const polyfills: Map; export default polyfills; //# sourceMappingURL=polyfills.d.ts.map