/** * `velar/serve`'s intrinsics: the calls whose result type the arguments decide, * which is why the module table declares a name and this file computes the type. * * D115 P4 R4a splits the one switch by the family a name belongs to — * `serve.response.*`, `serve.input.*`, `serve.security.*`, and the provider * pair — and each family answers `undefined` for a name it does not own, the * same answer the single switch's `default` gave. */ import { type CompilerIntrinsicAnalysisContext, type ValueType } from "@velarscript/compiler/extension"; /** Every `serve.*` intrinsic, dispatched to the family that owns its name. */ export declare function inferServeIntrinsic(context: CompilerIntrinsicAnalysisContext): ValueType | undefined; //# sourceMappingURL=serve.d.ts.map