/** * Returns `true` only when a browser's connectivity hint explicitly reports that it is offline. * * An absent hint or `onLine === true` does not prove that a particular endpoint is reachable. */ export declare function isExplicitlyOffline(): boolean; //# sourceMappingURL=network.d.ts.map