import * as express from 'express'; declare class UI { app: express.Application; tslint: {}; constructor(tslint: any); } export default UI;