import type { ShopifyObject } from './types'; declare global { interface Window { Shopify: ShopifyObject; } }