export declare class CorrelationContext {
userId?: string | undefined;
instanceId?: string | undefined;
callId?: string | undefined;
constructor(userId?: string | undefined, instanceId?: string | undefined, callId?: string | undefined);
private Append;
toHttpHeader(): string;
}