/** * `velar/server-test` — the in-process client a `*.test.vel` module * drives its own application through * * D115 §三: one file per `velar/*` surface, holding that surface's `ValueType` * tables and the `nodeModuleInterfaces` entry they build. */ import { type ModuleInterface } from "@velarscript/compiler"; export declare const velarServerTestModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=server-test.d.ts.map