type StrictLocale = 'zh_CN' | 'en_US';
export declare const getCurrentLocale: () => StrictLocale;
export declare const setCurrentLocale: (locale: StrictLocale) => void;
export {};
