import { AnyTranslatable } from '../../types'; export declare const resolveTranslatable: (translatable: AnyTranslatable) => string;