import type * as ElevenLabs from "../index"; export interface ListWhatsAppAccountsResponse { items: ElevenLabs.GetWhatsAppAccountResponse[]; }