import type { APIVoiceRegion } from '../../payloads/v6/index'; /** * https://discord.com/developers/docs/resources/voice#list-voice-regions * * @deprecated API v6 is deprecated and the types will not receive further updates, please update to v8. */ export type GetAPIVoiceRegionsResult = APIVoiceRegion[]; //# sourceMappingURL=voice.d.ts.map