export interface IUIConnector { send(data: string): void; }