import { type ClassDeclaration } from 'ts-morph'; export declare function getMainModule(mainFilePath: string): ClassDeclaration | undefined;