import type { RenderCustomerAccountExtensionTarget } from '../extension-targets';
import type { I18n } from '../api';
/**
 Returns utilities for translating content and formatting values
    according to the current localization of the user.
 */
export declare function useI18n<Target extends RenderCustomerAccountExtensionTarget = RenderCustomerAccountExtensionTarget>(): I18n;
//# sourceMappingURL=i18n.d.ts.map