import { LangType } from './theme.js'; /** * 获取系统语言 */ export declare function getLang(): LangType; /** * 设置系统语言 * @param lang */ export declare function setLang(lang: LangType): void;