export declare const DEFAULT_BASE_EXCEPTION = "DefaultBaseException";
export declare const DEFAULT_VALIDATOR_EXCEPTION = "DefaultValidatorException";
export declare const REGEX_VALIDATOR_EXCEPTION = "RegexValidatorException";
export declare const TYPE_NOT_FOUND_EXCEPTION = "TypeNotFoundException";
export declare const DEPRECATION_WARNING = "DeprecationWarning";
export declare const CONCERTO_DEPRECATION_001 = "concerto-dep:001";
export declare const CONCERTO_DEPRECATION_002 = "concerto-dep:002";
