/** Stable webchat session key for one workflow run (`agent:{id}:webchat:…:direct:wf_{runId}`). */ export declare function buildWorkflowRunSessionKey(agentId: string, runId: string): string; export declare function readWorkflowRunIdFromSessionCustomData(customData: Record | undefined): string | null;