export declare const useNetworkStatus: () => {
    isOnline: boolean;
    offlineAt: Date | undefined;
};
