import { ErrorObject, ValidateFunction } from "ajv"; export type NestedValidationFunctions = Map>>; type MappedEventsValidationFn = Map; export declare const eventsValidationFn: MappedEventsValidationFn; export declare function concatErrors(errors: ErrorObject, unknown>[]): string; export {}; //# sourceMappingURL=ajv.d.ts.map