export interface IConsole { start(exe: string, ...args: string[]): Promise; stop(): void; }