import type { Ref } from '@stacksjs/stx'; /** * Reactively track whether the window is focused. */ export declare function useWindowFocus(): Ref;