import type { Formatter, L10nsStrings } from './model';
export default function formatLocale(strings: L10nsStrings): Formatter;
