import type { Ctx } from "../ctx/index.js"; import type { Exp } from "../exp/index.js"; import { Inferred } from "../infer/index.js"; import type { Mod } from "../mod/index.js"; export declare function inferOrUndefined(mod: Mod, ctx: Ctx, exp: Exp): Inferred | undefined; //# sourceMappingURL=inferOrUndefined.d.ts.map