export declare const AgentConversationTicketIssueType: { readonly KnowledgeGap: "knowledge_gap"; readonly IncorrectInformation: "incorrect_information"; readonly DocumentationGap: "documentation_gap"; readonly ProductFeedback: "product_feedback"; readonly PlatformBug: "platform_bug"; readonly ToolIssue: "tool_issue"; readonly MissingTool: "missing_tool"; readonly UnnecessaryEscalation: "unnecessary_escalation"; readonly WrongAction: "wrong_action"; }; export type AgentConversationTicketIssueType = (typeof AgentConversationTicketIssueType)[keyof typeof AgentConversationTicketIssueType];