/** All the offer type of the backup */
export declare enum OfferTypeEnum {
    'advanced' = "advanced",
    'backup' = "backup",
    'classic' = "classic",
    'legacy' = "legacy",
    'premium' = "premium"
}
//# sourceMappingURL=OfferTypeEnum.d.ts.map