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