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