export declare enum AllowedResponseHeaders { /** * Unique trace id of the request */ TRACE_ID = "x-trace-id", /** * Content-Disposition header used for file downloads */ CONTENT_DISPOSITION = "content-disposition", /** * icBranchValue header */ IC_BRANCH_VALUE = "icbranchvalue" }