import { Node } from "typescript"; /** * @description It prints the source code that corresponds to the provided ts.Node of the ts * file that corresponds to the provided absolute path. */ export declare function printNodeObject(nodeObject: Node, absolutePathToTsFileContainingNodeObject: string): string;