import { Tree } from '@nx/devkit'; import { SourceFile } from 'ts-morph'; export declare function getSourceFile(tree: Tree, path: string): SourceFile;