import type * as ElevenLabs from "../index"; /** * Optional auth connection to use for authentication with this MCP server */ export type McpServerConfigOutputAuthConnection = ElevenLabs.AuthConnectionLocator | ElevenLabs.EnvironmentAuthConnectionLocator;