import { f as Computed } from "../children-s3nFjpLA.mjs"; //#region src/utilities/window-focus.d.ts /** * Singleton `Computed` — `true` while the browser window has focus. * Reacts to `focus` / `blur` window events. Outside a browser, always `true`. */ declare const windowFocused: Computed; //#endregion export { windowFocused };