import type { RenderExtensionTarget } from '../extension-targets';
import type { Shop } from '../api/standard/standard';
/**
 * Returns the `Shop` where the checkout is taking place.
 */
export declare function useShop<Target extends RenderExtensionTarget = RenderExtensionTarget>(): Shop;
//# sourceMappingURL=shop.d.ts.map