import type * as ElevenLabs from "../index"; export interface AudioRefChunk { /** The ID of the song to source the chunk from. You can find the song ID in the response headers when you generate a song. */ songId: string; /** The time range to extract from the song. */ range: ElevenLabs.TimeRange; }