import type { Node } from '@getlang/ast'; export declare function print(ast: Node): string;