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