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