import { Node } from 'typescript'; export declare function getPath(obj: any, path: string): any; export declare function inPath(node: Node, ancestor: Node, path: Array): boolean;