packagemodelstypeLicensinginterface{// HasValidLicense is true if a valid license existsHasValidLicense()bool// HasLicense is true if there is a license providedHasLicense()bool// Expiry returns the unix epoch timestamp when the license expires, or 0 if no valid license is providedExpiry()int64