import { FromSchema, JSONSchema } from 'json-schema-to-ts'; export declare function validate(schema: T, data: any): FromSchema;