import type * as ElevenLabs from "../../../index"; /** * Defines the message types that can be received by the client from the server */ export type ReceiveMessageMulti = ElevenLabs.AudioOutputMulti | ElevenLabs.FinalOutputMulti;