/** * `velar/files` — picking files, reading them, and handing one back as a download. * * 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 velarFilesModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=files.d.ts.map