import { ITransport } from "./ITransport";

export interface ITransportHost extends ITransport {

}
