import type { Exp } from "../exp/index.js"; import * as Exps from "../exp/index.js"; export declare function foldFnWithRetType(bindings: Array, retType: Exp, ret: Exp): Exp; //# sourceMappingURL=foldFnWithRetType.d.ts.map