/** * The Web surface's intrinsic typing, dispatched to the 'velar/*' module family * whose name the intrinsic carries. * * D115 P4 R3a: 'inferWebIntrinsic' was one 183-line switch over every intrinsic * of every Web module. An intrinsic's name is 'family.member', so the family is * what the switch was really keyed on, and each family now owns its own arms in * its own module. The exported name and its signature are unchanged: this is * the function 'compiler.ts' installs as the surface's 'inferIntrinsic'. */ import { type CompilerIntrinsicAnalysisContext, type ValueType } from "@velarscript/compiler/extension"; export declare function inferWebIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=intrinsics.d.ts.map