/** * Copyright (c) Double Symmetry GmbH * Commercial use requires a license. See https://rntp.dev/pricing */ import { type PlaybackState } from '../events'; /** * Returns the current playback state, updating when it changes. */ export declare function usePlaybackState(): PlaybackState; //# sourceMappingURL=usePlaybackState.d.ts.map