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