export declare const schemaErrors: { NOT_AN_ARRAY: string; NOT_AN_OBJECT: string; NOT_A_STRING: string; INVALID_STRING_FORMAT: string; STRING_MIN_LENGTH: string; STRING_MAX_LENGTH: string; ARRAY_MIN_LENGTH: string; ARRAY_MAX_LENGTH: string; NOT_A_NUMBER: string; NOT_AN_INTEGER: string; NUMBER_MINIMUM: string; NUMBER_MAXIMUM: string; NOT_A_BOOLEAN: string; NOT_AN_ENUM: string; REQUIRED: string; NOT_ALLOW_NULL: string; NOT_ALLOW_PROPERTY: string; NOT_SUITABLE_ARRAY: string; NOT_AN_UNIQUE_ARRAY: string; NOT_STRONG_PASSWORD: string; }; export declare const UJS_CLASS_PROPERTIES = "__UJS_CLASS_PROPERTIES__"; export declare const UJS_SWAGGER_PROPERTIES_ARRAY = "swagger/apiModelPropertiesArray"; export declare const UJS_SWAGGER_PROPERTIES_MODEL = "swagger/apiModelProperties";