import { Locale } from "./types.js"; //#region src/locale/zh_CN.d.ts declare const zh_CN: Locale; //#endregion export { zh_CN }; //# sourceMappingURL=zh_CN.d.ts.map