/** * What 'velar/web' calls answer: a route record, and the component a lazy * module load resolves to. * * D115 P4 R3a: one family of 'inferWebIntrinsic', in the module that family * names. */ import { type CompilerIntrinsicAnalysisContext, type ValueType } from "@velarscript/compiler/extension"; export declare function inferWebModuleIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=web.d.ts.map