import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const EffectsSpecOutput: core.serialization.ObjectSchema; export declare namespace EffectsSpecOutput { interface Raw { filter_preset_id?: string | null; distance: number; environment_id?: string | null; background_noise_id?: string | null; send_level: number; seed?: number | null; } }