/** * What 'velar/forms' calls answer: a form read is typed by the record it fills, * and the fields of that record become the descriptors the emitter reads. * * 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 inferFormsIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=forms.d.ts.map