import type * as ElevenLabs from "../index";
export interface PodcastProjectResponseModel {
    /** The project associated with the created podcast. */
    project: ElevenLabs.ProjectResponse;
}
