export { deepAssign, deepAssignReverse } from "./assign"; export { changeClass } from "./dom"; export { checkLang, lang2path, path2lang, getDefaultLocale, getLocale, } from "./i18n"; export * from "./i18n/config"; export declare const capitalize: (word: string) => string; export declare const strictCapitalize: (word: string) => string;