import '../common/boilerplate.polyfill'; import type { NestExpressApplication } from '@nestjs/platform-express'; export declare function bootstrapSetup(AppModule: any, SetupSwagger: any): Promise>>;