import { INestApplication } from '@nestjs/common';
export declare function setupSwagger(app: INestApplication): void;
