import BackErrorConstruct from "../definitions/backErrorConstruct"; export declare const ValidationBackErrors: { valueNotMatchesWithType: BackErrorConstruct; valueNotMatchesWithMinLength: BackErrorConstruct; valueNotMatchesWithMaxLength: BackErrorConstruct; valueNotMatchesWithLength: BackErrorConstruct; valueNotMatchesWithLettersFormat: BackErrorConstruct; valueNotMatchesWithCharClass: BackErrorConstruct; dateIsNotBefore: BackErrorConstruct; dateIsNotAfter: BackErrorConstruct; valueNotMatchesWithContains: BackErrorConstruct; valueNotMatchesWithEquals: BackErrorConstruct; valueNotMatchesWithMinValue: BackErrorConstruct; valueNotMatchesWithMaxValue: BackErrorConstruct; valueNotMatchesWithRegex: BackErrorConstruct; valueNotMatchesWithStartsWith: BackErrorConstruct; valueNotMatchesWithEndsWith: BackErrorConstruct; valueNotMatchesWithIn: BackErrorConstruct; valueNotMatchesWithPrivateIn: BackErrorConstruct; valueNotMatchesWithMinByteSize: BackErrorConstruct; valueNotMatchesWithMaxByteSize: BackErrorConstruct; valueNotMatchesWithMimeType: BackErrorConstruct; valueNotMatchesWithMimeSubType: BackErrorConstruct; arrayNotMatchesWithMaxLength: BackErrorConstruct; arrayNotMatchesWithMinLength: BackErrorConstruct; arrayNotMatchesWithLength: BackErrorConstruct; noAnyOfMatch: BackErrorConstruct; inputNotAllowed: BackErrorConstruct; inputRequired: BackErrorConstruct; valueRequired: BackErrorConstruct; invalidType: BackErrorConstruct; missingObjectProperty: BackErrorConstruct; unknownObjectProperty: BackErrorConstruct; invalidStreamMode: BackErrorConstruct; };