import { Options, ValidateFunction } from 'ajv'; import { JSONSchema4 } from 'json-schema'; export declare const getValidator: (schema: JSONSchema4, options?: Options | undefined) => ValidateFunction | undefined; //# sourceMappingURL=get-validator.d.ts.map