import type { PrototypeStruct } from '../index.js';
interface WeakSetOf {
    of<K extends object>(...elements: K[]): WeakSet<K>;
}
export declare const of: PrototypeStruct;
declare global {
    interface WeakSetConstructor extends WeakSetOf {
    }
}
export {};
//# sourceMappingURL=of.d.ts.map