import type { PrototypeStruct } from '../index.js'; declare type MapFn = (n: [K, V]) => [K, V]; interface WeakMapFrom { from(mapEntries: [K, V][], mapFn?: MapFn): WeakMap; } export declare const from: PrototypeStruct; declare global { interface WeakMapConstructor extends WeakMapFrom { } } export {}; //# sourceMappingURL=from.d.ts.map