import * as schema from '../../schema'; import { AbsType } from './AbsType'; import type { SchemaOf, Type } from '../types'; export declare class OrType extends AbsType; }>> { types: T; constructor(types: T, options?: Omit); getSchema(): schema.OrSchema<{ [K in keyof T]: SchemaOf; }>; getOptions(): schema.Optional; }>>; options(options: schema.Optional & Partial>): this; toString(tab?: string): string; } //# sourceMappingURL=OrType.d.ts.map