import type * as ElevenLabs from "../../../../../api/index";
import * as core from "../../../../../core";
import type * as serializers from "../../../../index";
export declare const BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost: core.serialization.Schema<serializers.BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.Raw, ElevenLabs.BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost>;
export declare namespace BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost {
    interface Raw {
        voice_name: string;
        voice_description: string;
        generated_voice_id: string;
        labels?: Record<string, string | null | undefined> | null;
        played_not_selected_voice_ids?: string[] | null;
    }
}
