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