import { LocalizeParams } from '../types';
export declare const formatLocale: (phrase: string, params?: LocalizeParams) => string;
