import * as ts from "../adapters/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: ts.astNode, absolutePathToTsFileContainingNodeObject: string): string;