import type { TranslationKey, TranslationKeyForNamespace, TranslationNamespace, TranslatorType } from '#i18n'; export declare function useTranslation(): TranslatorType; export declare function useTranslation(namespace: TNamespace): TranslatorType>; //# sourceMappingURL=useTranslation.d.ts.map