import type { Ref } from '@stacksjs/stx'; /** * Reactive online status. * Tracks navigator.onLine and listens for online/offline events. * In non-browser environments, defaults to true. */ export declare function useOnline(): Ref;