entersState (2)
Allows an audio player a specified amount of time to enter a given state, otherwise rejects with an error.
export declare function entersState(target: AudioPlayer, status: AudioPlayerStatus, timeoutOrSignal: number | AbortSignal): Promise<AudioPlayer>;