/** The type of the project creation action. */
export declare const ProjectCreationMetaResponseModelType: {
    readonly Blank: "blank";
    readonly GeneratePodcast: "generate_podcast";
    readonly AutoAssignVoices: "auto_assign_voices";
    readonly DubVideo: "dub_video";
    readonly ImportSpeech: "import_speech";
};
export type ProjectCreationMetaResponseModelType = (typeof ProjectCreationMetaResponseModelType)[keyof typeof ProjectCreationMetaResponseModelType];
