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