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