export declare enum MetaType { BadRequest = "BadRequest", Unauthorized = "Unauthorized", Forbidden = "Forbidden", NotFound = "NotFound", TooManyRequests = "TooManyRequests", InternalError = "InternalError" }