import { Terminal } from 'xterm'; export interface IWinptyCompatAddonTerminal extends Terminal { buffer: any; }