import type * as ElevenLabs from "../index"; /** * Overrides the server's tool_call_sound setting for this tool. A sound name plays that sound; 'off' overrides to no sound (silence); null means do not override (inherit the server default). */ export type McpToolConfigOverrideOutputToolCallSound = ElevenLabs.ToolCallSoundType | "off";