import { Infer } from '../types.js'; import XVType from '../XVType.js'; declare class XVSet = any> extends XVType>> { readonly SetType: T; constructor(SetType: T); protected check(value: any): Set>; min(length: number): this; max(length: number): this; } export { XVSet as default };