import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const AgentConversationTicketIssueType: core.serialization.Schema; export declare namespace AgentConversationTicketIssueType { type Raw = "knowledge_gap" | "incorrect_information" | "documentation_gap" | "product_feedback" | "platform_bug" | "tool_issue" | "missing_tool" | "unnecessary_escalation" | "wrong_action"; }