import { INestApplication } from "@nestjs/common"; declare function bootstrap(app: INestApplication, host: string, port: number): Promise; declare const _default: { bootstrap: typeof bootstrap; }; export default _default;