import Ajv from 'ajv'; import type { Options } from 'ajv'; /** * Create Ajv with modified defaults. * * https://ajv.js.org/options.html */ export declare function getAjv(opt?: Options): Ajv;