/** Messages from change IP */
export declare enum ChangeIpMessageEnum {
    'OK' = "OK",
    'destinationNotAllowed' = "destinationNotAllowed",
    'licenseAlreadyExists' = "licenseAlreadyExists",
    'notAllowedToHandleThis' = "notAllowedToHandleThis",
    'notSameType' = "notSameType",
    'sameIp' = "sameIp",
    'versionNotAllowed' = "versionNotAllowed"
}
//# sourceMappingURL=ChangeIpMessageEnum.d.ts.map