import type { DLang } from '../../../utils/types'; export declare function useTranslation(): [(...keys: string[]) => string, DLang];