/** * The one reactive intrinsic the Web surface still types: a call written around * the retired 'computed(...)'. * * 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 inferReactiveIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=reactive.d.ts.map