export declare enum MarketplacePurchaseType {
    PurchaseTypeBuy = "buy",
    PurchaseTypeSubscription = "subscription"
}
