import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { PodcastBulletinModeData } from "./PodcastBulletinModeData";
export declare const PodcastBulletinMode: core.serialization.ObjectSchema<serializers.PodcastBulletinMode.Raw, ElevenLabs.PodcastBulletinMode>;
export declare namespace PodcastBulletinMode {
    interface Raw {
        bulletin: PodcastBulletinModeData.Raw;
    }
}
