import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const ProjectCreationMetaResponseModelType: core.serialization.Schema<serializers.ProjectCreationMetaResponseModelType.Raw, ElevenLabs.ProjectCreationMetaResponseModelType>;
export declare namespace ProjectCreationMetaResponseModelType {
    type Raw = "blank" | "generate_podcast" | "auto_assign_voices" | "dub_video" | "import_speech";
}
