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