import type { TSchema, SchemaOptions } from '../schema/index'; import { TUnion } from './union-type'; export declare function UnionCreate(T: [...T], options?: SchemaOptions): TUnion;