getVoiceConnectionSummaryFinds a voice connection with the given guild id and group. Defaults to the 'default' group.declare function getVoiceConnection(guildId: string, group?: string): VoiceConnection | undefined;ParametersNameTypeOptionalDescriptionguildIdstringNoThe guild id of the voice connectiongroupstringYesthe group that the voice connection was registered with