import { SExprPrintOptions } from "../utility/sExpr.js"; import { IRContent } from "./types.js"; export declare function irToString(ir: IRContent, printOptions?: SExprPrintOptions): string; //# sourceMappingURL=toString.d.ts.map