export default function getInterpolatedString(translation: string, interpolations?: {
    [x: string]: string;
}): string;
