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