export declare enum SalesRightsType {
    SalesRightsUnknownOrUnstatedForAnyReason,
    ForSaleWithExclusiveRightsInTheSpecifiedCountriesOrTerritories,
    ForSaleWithExclusiveRightsInTheSpecifiedCountriesOrTerritories_deprecated,
    ForSaleWithNonExclusiveRightsInTheSpecifiedCountriesOrTerritories,
    ForSaleWithNonExclusiveRightsInTheSpecifiedCountriesOrTerritories_deprecated,
    NotForSaleInTheSpecifiedCountries,
    NotForSaleInTheSpecifiedCountriesExclusiveRights,
    NotForSaleInTheSpecifiedCountriesNonExclusiveRights,
    NotForSaleInTheSpecifiedCountriesNoRights
}
