import ews from 'express-ws'; export default class Tab { name: string; private ws; private logs; private id; constructor(name: string, ws: ews.Instance); /** * Log a line to the web UI, a new line is automatically appended to the line */ log(line: string): void; private toJSON; } //# sourceMappingURL=Tab.d.ts.map