import type * as ElevenLabs from "../index"; export interface ListSpeechEnginesResponse { speechEngines: ElevenLabs.SpeechEngineSummaryResponse[]; /** Cursor for fetching the next page */ nextCursor?: string; /** Whether there are more results */ hasMore: boolean; }