/** * The Chinese message catalog: mirrors {@link en} key-for-key; the shared * key union comes from the English catalog, so a missing key here fails * typecheck. * * @module @deepseek-ai/dsh-tui/locales/zh */ import type { MessageCatalog } from './en.ts'; export declare const zh: MessageCatalog;