import { ErrorObject } from "ajv";
export declare type AssertSchemaType = "JsonSchema" | "JTD";
export declare type AjvErrors = ErrorObject<string, Record<string, any>, unknown>[] | null | undefined;
