import type * as ElevenLabs from "../../../../../api/index"; import * as core from "../../../../../core"; import type * as serializers from "../../../../index"; import { SfxModelId } from "../../../../types/SfxModelId"; export declare const CreateSoundEffectRequest: core.serialization.Schema>; export declare namespace CreateSoundEffectRequest { interface Raw { text: string; loop?: boolean | null; duration_seconds?: number | null; prompt_influence?: number | null; model_id?: SfxModelId.Raw | null; } }