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