export declare enum PurchaseChannel { AddToBag = 0, EmailOnly = 1, PhoneOnly = 2, SuperCatalog = 3 }