import { SExprPrintOptions } from "../utility/sExpr.js"; import { TypedASTNode } from "./types.js"; type Options = SExprPrintOptions & { withTypes?: boolean; }; export declare function typedAstNodeToString(node: TypedASTNode, options?: Options): string; export {}; //# sourceMappingURL=toString.d.ts.map