export declare function normalizeConversationId(value: string | null | undefined): string | null; export declare function normalizeTelaAgentId(value: string | null | undefined): string | null; export declare function normalizeConversationScope(value: string | null | undefined): string | null; export declare function resolveConversationScopeKeySegment(value: string | null | undefined): string; export declare function resolveChatStateScope(workspaceId: string | null | undefined, telaAgentId: string | null | undefined, conversationScope?: string | null): string;