import { type Translatable } from '../../types'; export declare const resolveTranslationKey: (translation: string | Translatable) => string;