import type { RenderExtensionPoint, Shop } from '@shopify/checkout-ui-extensions'; /** * Returns the `Shop` where the checkout is taking place. */ export declare function useShop(): Shop; //# sourceMappingURL=shop.d.ts.map