/** * Copyright (c) Double Symmetry GmbH * Commercial use requires a license. See https://rntp.dev/pricing */ /** * Returns whether the player is currently producing audio output. */ export declare function useIsPlaying(): boolean; //# sourceMappingURL=useIsPlaying.d.ts.map