/** * `velar/look` — the builders and public visual type names the module 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 velarLookModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=look.d.ts.map