import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { BackgroundSoundPresetId } from "./BackgroundSoundPresetId"; import { BackgroundSoundSourceType } from "./BackgroundSoundSourceType"; export declare const BackgroundSoundConfigWorkflowOverride: core.serialization.ObjectSchema; export declare namespace BackgroundSoundConfigWorkflowOverride { interface Raw { source_type?: BackgroundSoundSourceType.Raw | null; source_id?: BackgroundSoundPresetId.Raw | null; volume?: number | null; crossfade_loop?: boolean | null; } }