/** * Hook to subscribe to the online status of the Zero instance. * * This is useful when you want to update state based on the online status. * * @returns The online status of the Zero instance. */ export declare function useZeroOnline(): boolean; //# sourceMappingURL=use-zero-online.d.ts.map