import { Project, SourceFile } from 'ts-morph'; /** * @deprecated import from @rxap/ts-morph */ export declare function FindNestModuleSourceFile(project: Project, directory?: string): SourceFile | undefined;