export declare const ZH_LOCALE: { command: { shared: { analyze: string; config: string; skipBuild: string; noNeedInstall: string; }; dev: { describe: string; entry: string; apiOnly: string; webOnly: string; selectEntry: string; requireEntry: string; }; build: { describe: string; watch: string; }; serve: { describe: string; }; deploy: { describe: string; }; new: { describe: string; debug: string; config: string; distTag: string; registry: string; lang: string; }; inspect: { env: string; output: string; verbose: string; }; info: { describe: string; }; }; };