import type * as ElevenLabs from "../../../index"; /** * Send messages from your server to the Speech Engine API */ export type SendUpstreamMessage = ElevenLabs.AgentResponsePayload | ElevenLabs.PongPayload;