export declare function setupPolyfills(): void; export declare function ObjectValuesPolyfill(o: { [s: string]: T; } | ArrayLike): T[]; export declare function ObjectEntriesPolyfill(o: { [s: string]: T; } | ArrayLike): [string, T][]; export declare function ObjectFromEntriesPolyfill(entries: Iterable): { [k: string]: T; }; export declare function getWeakRefStub(): WeakRefConstructor; export declare const isWeakRefAvailable: () => boolean; //# sourceMappingURL=Polyfills.d.ts.map