import type { Exp } from "../exp/index.js"; export declare function substitute(body: Exp, name: string, exp: Exp): Exp; //# sourceMappingURL=substitute.d.ts.map