import { Options } from 'ajv'; import Ajv from 'ajv'; export declare const createAjv: (options?: Options | undefined) => Ajv;