export declare function readConversationId(value: unknown): string | undefined;
export declare function resolveConversationId(fallback: string): string;
export declare function readConversationBaggage(value: string | null): string | undefined;
export declare function writeConversationBaggage(value: string | undefined, conversationId: string | undefined): string | undefined;
