import type { GlobalData } from '../../../types/index.js'; export declare const useL10n: () => void; export declare const updateTranslations: (l10n: GlobalData['l10n']) => Promise; //# sourceMappingURL=index.d.ts.map