import ts from 'typescript';
export declare function printAstRecursiveFrom(node: ts.Node, sourceFile: ts.SourceFile, indentLevel: number, lines: string[]): void;
export declare const printAst: (source: string) => void;
