/** * Duration of the generated podcast. Must be one of: * short - produces podcasts shorter than 3 minutes. * default - produces podcasts roughly between 3-7 minutes. * long - produces podcasts longer than 7 minutes. */ export declare const BodyCreatePodcastV1StudioPodcastsPostDurationScale: { readonly Short: "short"; readonly Default: "default"; readonly Long: "long"; }; export type BodyCreatePodcastV1StudioPodcastsPostDurationScale = (typeof BodyCreatePodcastV1StudioPodcastsPostDurationScale)[keyof typeof BodyCreatePodcastV1StudioPodcastsPostDurationScale];