declare const INVALID_GUID = "Invalid Guid value! Please specify a valid value!"; declare const VALUE_REQUIRED = "The parameter value required!"; declare const UNSUPPORTED_TYPE = "UnSupported type! please specify one of the following: [Guid | string | Uint8Array]"; export { INVALID_GUID, UNSUPPORTED_TYPE, VALUE_REQUIRED };