import { PerxCategory, PerxTag } from './Taxonomy'; import { PerxImage } from './Reward'; export declare class PerxMerchant { id: number; name: string; ecommerceOnly: string | null; images: PerxImage[]; website: string | null; customFields: any; categoryTags: PerxCategory[]; isFavorite: boolean; isFeatured: boolean; tags: PerxTag[]; }