import { FabrixService as Service } from '@fabrix/fabrix/dist/common';
export declare class ShopService extends Service {
    publish(type: any, event: any, options?: {
        save?: boolean;
        transaction?: any;
        include?: any;
    }): any;
    create(data: any, options: any): any;
    update(shop: any, data: any, options: any): any;
}
