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