export declare function getVoiceConnection(guildId: string, group?: string): VoiceConnection | undefined;Finds a voice connection with the given guild id and group. Defaults to the 'default' group.
Returns: The voice connection, if it exists
export declare function getVoiceConnection(guildId: string, group?: string): VoiceConnection | undefined;Finds a voice connection with the given guild id and group. Defaults to the 'default' group.
Returns: The voice connection, if it exists