export declare enum TransportType { /**UDP */ UDP = 0, /**TCP */ TCP = 1 }