import { Express } from 'express'; declare function swagger(app: Express, url: string, title: string, description: string): void; export default swagger;