/** * `velar/terminal` * * 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 velarTerminalModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=terminal.d.ts.map