import type { ShopifyBuy } from 'shopify-buy'; declare module 'vuex/types/index' { interface Store { $shopify: ShopifyBuy; } }