import { Ref } from 'vue'; type VisibilityState = 'hidden' | 'visible'; export declare function usePageVisibility(): Ref; export {};