export interface ITransport {
    write(line: string): void;
}
