import type * as ElevenLabs from "../index"; export interface SimilarVoicesForSpeakerResponse { voices: ElevenLabs.SimilarVoice[]; }