import { Tree } from '@nx/devkit'; import { SourceFile } from 'ts-morph'; export declare function updateSourceFile(tree: Tree, path: string, updateFn: (source: SourceFile) => SourceFile): void;