export interface GamePlaybackState { isPlaying: boolean; } export declare function useGamePlayback(): GamePlaybackState;