/** * `velar/web` — routes, the route context, navigation, and the four components the router family publishes. * * 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 velarWebModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=web.d.ts.map