import type { PrototypeStruct } from '../index.js';
interface SetOf {
    of<T>(...elements: T[]): Set<T>;
}
export declare const of: PrototypeStruct;
declare global {
    interface SetConstructor extends SetOf {
    }
}
export {};
//# sourceMappingURL=of.d.ts.map