import type { ProgramNode } from './nodes.js'; export declare function printAST(node: ProgramNode): string; //# sourceMappingURL=printer.d.ts.map