import { INestApplication, INestApplicationContext } from '@nestjs/common'; import { Logger } from 'nestjs-pino'; /** * Try to create the app and handle any errors that occur during the process. * If an error occurs, log it and exit the process. * @param logger - The logger to use during the process * @param AppModule - The root module of the application */ export declare function tryCreateApp(logger: Logger, AppModule: any): Promise>; export declare function tryCreateAppContext(logger: Logger, AppModule: any): Promise; //# sourceMappingURL=bootstrap.utils.d.ts.map