/** * A hook that tracks the browser's online/offline status. * Returns true when online, false when offline. * Defaults to true during SSR for optimistic rendering. * @returns boolean indicating if the browser is online */ export declare function useOnlineStatus(): boolean;