export declare class ShopifyAPIError extends Error { data: Object; constructor(msg: string, data?: Object); } export default ShopifyAPIError;