/** * `velar/storage` — the local, session and scoped key/value areas, the database, and their 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 velarStorageModuleEntry: readonly [string, ModuleInterface]; //# sourceMappingURL=storage.d.ts.map