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