import { type Translatable } from '../../types'; import { type Replacers } from './types'; export declare const resolveTranslatedString: (translated: string, replacers: undefined | Replacers, translation: string | Translatable) => string;