import type { Mode } from './mode'; /** * Check if the connectivity mode represents ANY offline state */ export declare const isOfflineMode: (mode: Mode | undefined) => boolean;