/** Type of protocol for the Port Mapping */
export declare enum ProtocolTypeEnum {
    'TCP' = "TCP",
    'UDP' = "UDP"
}
//# sourceMappingURL=ProtocolTypeEnum.d.ts.map