/** * `velar/config` — the validated, manifest-declared public configuration a build supplies. * * 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 velarConfigModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=config.d.ts.map