import { KindValidator } from './types'; export declare function ajvCompiledJsonSchemaValidator(schema: unknown): KindValidator;