export declare const Polyfill: {
    new <T extends object>(values?: T[]): WeakSet<T>;
};
