import { ValidateFunction } from 'ajv';
export declare function createValidator(format: 'js' | 'json'): ValidateFunction;
