import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const PreviewAudioDbModel: core.serialization.ObjectSchema; export declare namespace PreviewAudioDbModel { interface Raw { voice_id: string; text: string; audio_url: string; is_auto_generated?: boolean | null; generated_at_unix?: number | null; } }