import type * as ElevenLabs from "../../../index"; /** * Whether to generate and return the composition plan for the uploaded song. Pass a model id (`music_v1` or `music_v2`) to control which composition plan format is returned. Passing `true`/`false` is deprecated; `true` defaults to the `music_v1` plan format. Enabling this will increase the latency. */ export type MusicUploadRequestExtractCompositionPlan = boolean | ElevenLabs.MusicModelId;