export declare enum Merchant {
    All = "All",
    Amazon = "Amazon"
}
//# sourceMappingURL=merchant.d.ts.map