export declare const AgentConversationTicketSource: { readonly Qa: "qa"; readonly Agent: "agent"; readonly Manual: "manual"; }; export type AgentConversationTicketSource = (typeof AgentConversationTicketSource)[keyof typeof AgentConversationTicketSource];