/** * Returns validator instance */ export declare const getValidator: (schema: any) => (params: any) => import("jsonschema").ValidatorResult;