import type { TranslationServiceType } from '../types'; export declare function useTranslation(): TranslationServiceType;