/** * `velar/http` — the request and response shapes, the form body, and the three error classes. * * 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 velarHttpModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=http.d.ts.map