/** Enum of Offers */
export declare enum OfferEnum {
    'discovery' = "discovery",
    'enterprise' = "enterprise",
    'enterpriseMobile' = "enterpriseMobile",
    'resellerEnterprise' = "resellerEnterprise",
    'resellerEnterpriseMobile' = "resellerEnterpriseMobile"
}
//# sourceMappingURL=OfferEnum.d.ts.map