declare enum AppTransferProtocol {
    UDP = "mxwan",
    TCP = "mxtcp",
    HTTP = "http"
}
export default AppTransferProtocol;
//# sourceMappingURL=AppTransferProtocol.d.ts.map