import { INestApplication } from '@nestjs/common'; export declare const enableKillGracefully: (app: INestApplication) => void;