export declare const compileAjvSchema: (schema: any) => import("ajv").ValidateFunction<unknown>;
