/** * Custom hook to track the visibility state of the browser page/tab * using the Page Visibility API. * * @returns {boolean} True if the page is currently visible, false otherwise. */ export declare const usePageVisibility: () => boolean;