import Locale from './Locale';
export default function (): {
    [locale in Locale]: {
        [key: string]: string;
    };
};
