import type { IRModule } from "./types.js"; /** * Run constant folding on an IR module. * Returns a new IRModule with foldable expressions replaced by literals. */ export declare function optimize(ir: IRModule): IRModule; //# sourceMappingURL=optimize.d.ts.map