import { type AnyType, type Type, type TypeOf } from '../type.mjs'; type SetResultType = ReadonlySet>; export declare const SetType: (elementType: T, options?: Partial>) => Type>; export {}; //# sourceMappingURL=set.d.mts.map