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