entersState
Allows a voice connection a specified amount of time to enter a given state, otherwise rejects with an error.
export declare function entersState(target: VoiceConnection, status: VoiceConnectionStatus, timeoutOrSignal: number | AbortSignal): Promise<VoiceConnection>;