import { Market, RenderExtensionPoint } from '@shopify/checkout-ui-extensions'; /** * Returns the market of the checkout, and automatically re-renders * your component if it changes. */ export declare function useLocalizationMarket(): Market | undefined; //# sourceMappingURL=market.d.ts.map