/** * Hook to determine if the application is offline. * It uses the onlineManager from react-query to check the online status. * It returns true if the application is offline, false otherwise. * @returns {boolean} - True if offline, false if online. */ export declare const useIsOffline: () => boolean; //# sourceMappingURL=useIsOffline.d.ts.map