/**
 * All push notification types available for iOS
 *
 * @packageDocumentation
 */
export declare enum PushNotificationType {
    lotOpeningSoon = "lotOpeningSoon",
    newWorks = "newWorks",
    newSales = "newSales",
    outbid = "outbid",
    promotion = "promotion",
    purchase = "purchase",
    saleOpeningClosing = "saleOpeningClosing"
}
