export declare const validateShop: {
    create(data: any): Promise<{}>;
    update(data: any): Promise<{}>;
};
