declare class SwaggerClient{ constructor(options: any); } declare module 'swagger-client' { export = SwaggerClient }