export declare enum LicenseAuthentificationStatusEnum { NotAuthentificated = -1, Success = 0, InvalidKeyFormat = 1, InvalidLicenseeHostCombination = 2, InvalidLicenseType = 3, ExpiredLicense = 4, UnsupportedKeyVersion = 5 } export declare enum LicenseTypeEnum { Free = "Free", Testing = "Testing", Licensed = "Licensed" }