export declare const defaultHeaders: {
    'Content-Type': string;
    'Access-Control-Allow-Origin': string;
};
export declare const enum CustomHeader {
    RequestId = "x-request-id",
    AuthToken = "authorization",
    CorrelationId = "x-correlation-id"
}
