import { f as Computed } from "../children-s3nFjpLA.mjs"; //#region src/utilities/network.d.ts /** * Singleton `Computed` — `true` when `navigator.onLine` is true. * Reacts to `online` / `offline` window events. Outside a browser, always `true`. */ declare const online: Computed; //#endregion export { online };