import type AjvCore from 'ajv/dist/core.js';
import type { SchemaVersion } from './types.js';
export declare function getAjv(version?: SchemaVersion): AjvCore.default;
