declare const getLanguage: () => string; declare const setLocale: (targetMap: any) => void; declare const getSourceLocale: () => any; declare const getMessage: (id: string, data?: any) => any; export { getLanguage, setLocale, getSourceLocale, getMessage };