export declare class Validator { data: T; constructor(data: T); schemaInline(ref: any): this; }