import { RenderExtensionPoint, Timezone } from '@shopify/checkout-ui-extensions'; /** * Returns the time zone of the checkout, and automatically re-renders * your component if the time zone changes. */ export declare function useTimezone(): Timezone; //# sourceMappingURL=timezone.d.ts.map