export declare function useWindowVisibility(inactiveDelay?: number): { isTabVisible: boolean; };