import type * as ElevenLabs from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { RttEndOfStreamPayload } from "../../../types/RttEndOfStreamPayload"; import { RttInputAudioChunkPayload } from "../../../types/RttInputAudioChunkPayload"; export declare const SendRttMessage: core.serialization.Schema; export declare namespace SendRttMessage { type Raw = RttInputAudioChunkPayload.Raw | RttEndOfStreamPayload.Raw; }