import Ajv from 'ajv';
import Ajv2020 from 'ajv/dist/2020';
export declare const getValidator: (schemaId?: string) => Ajv | Ajv2020;
