export function useStatic(): {
    rate: number
    isFullScreen: boolean
    dpr: number
    updateInterval: number
}