import { Node } from 'ts-morph'; export declare const debugNode: (node: Node | undefined) => void; export declare const debugNodes: (nodes: Node | Node[] | undefined) => void; export declare const debugNodeChildren: (node: Node | undefined) => void; export declare const debugObject: (object: Record | any) => void; //# sourceMappingURL=printers.d.ts.map