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