import * as express from 'express';
export declare function initSwaggerDocs(app: express.Application, definitionPath: string): void;
