import type { RenderExtensionPoint, I18nTranslate } from '@shopify/checkout-ui-extensions'; /** * Returns the `I18nTranslate` interface used to translate strings. */ export declare function useTranslate(): I18nTranslate; //# sourceMappingURL=translate.d.ts.map