/** * Header for tracking requests that may retry but otherwise are the same request. */ export declare const INVOCATION_ID_HEADER = "byu-oit-sdk-invocation-id"; /** * Header for tracking individual requests */ export declare const REQUEST_HEADER = "byu-oit-sdk-request";