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