import { Server } from 'connect'; import { Middleware20 } from '@targetprocess/swagger-tools'; import { IOptionsWithDefaults } from '../../options'; export declare function registerMiddleware(app: Server, options: IOptionsWithDefaults, swagger: Middleware20): void;