export declare class Shop {
    platform: 'SHOPIFY' | 'MAGENTO' | 'LIGHTSPEED';
    name: string;
}
