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