import { IRTerm } from "../../IRTerm.js";
export declare function replaceClosedLettedWithHoisted(root: IRTerm): void;
