import { LocaleProperties } from 'generaltranslation/types'; export declare function replaceLocalePlaceholders(string: string, localeProperties: LocaleProperties): string;