import { Infer } from '../types.js'; import XVType from '../XVType.js'; declare class XVUnion[] = XVType[]> extends XVType> { readonly UnionTypes: T; constructor(UnionTypes: T); protected check(value: unknown): Infer; } export { XVUnion as default };