import type { PrototypeStruct } from '../index.js'; declare type MapFn = (n: T) => T; export interface SetFrom { from(setEntry: T[], mapFn?: MapFn): Set; } export declare const from: PrototypeStruct; declare global { interface SetConstructor extends SetFrom { } } export {}; //# sourceMappingURL=from.d.ts.map