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