/** * What 'velar/http' calls answer, and the one thing an HTTP request's options * are checked for: a body the surface can actually serialize. * * 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 inferHttpIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=http.d.ts.map