/** * `velar/browser` — location and environment, layout measurement, selection, the watcher family, and frames. * * D115 §三: one file per `velar/*` surface, holding that surface's `ValueType` * tables and the `webModuleInterfaces` entry they build. */ import { type ModuleInterface } from "@velarscript/compiler"; export declare const rectType: import("@velarscript/compiler").ValueType; export declare const velarBrowserModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=browser.d.ts.map