import { Express } from 'express';
/**
 * Function to setup Swagger UI
 */
export declare const setupSwagger: (app: Express) => void;
