export interface PodcastBulletinModeData {
    /** The ID of the host voice. */
    hostVoiceId: string;
}
