export declare const CHAT_AGENT_IDS: readonly ["general", "therapist", "research"]; export type ChatAgentId = (typeof CHAT_AGENT_IDS)[number]; export declare function parseChatAgentId(value: unknown): ChatAgentId; //# sourceMappingURL=types.d.ts.map