import type { Node } from '../../types'; export declare const sourceGen: any; export declare const astToString: (node: Node) => string;