import { type SessionKeyChatType } from "./session-chat-type-shared.js"; export { deriveSessionChatTypeFromKey, type SessionKeyChatType, } from "./session-chat-type-shared.js"; export declare function deriveSessionChatType(sessionKey: string | undefined | null): SessionKeyChatType;