import Ajv, { AnySchema } from "ajv"; export declare const ajv: Ajv; export declare function register(id: string, schema: AnySchema): void;