import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const TextToSpeechStreamRequest: core.serialization.Schema<serializers.TextToSpeechStreamRequest.Raw, ElevenLabs.TextToSpeechStreamRequest>;
export declare namespace TextToSpeechStreamRequest {
    type Raw = unknown;
}
