1declare namespace i18n { 2 function getCurrentLocalize(): object; 3 4 function useLocal(fn): object; 5} 6 7export default i18n; 8