export declare const Polyfill: {
    new <K extends object, V>(): WeakMap<K, V>;
};
