import * as schema from '../../schema'; import { AbsType } from './AbsType'; import type { SchemaOf, Type } from '../types'; export declare class RefType extends AbsType>> { constructor(ref: string); ref(): string; getOptions(): schema.Optional>>; resolve(): Type; toStringTitle(tab?: string): string; } //# sourceMappingURL=RefType.d.ts.map