import { I18n } from '@modern-js/i18n-utils'; declare const i18n: I18n; declare const localeKeys: { 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; }; }; } | { 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; }; }; }; export { i18n, localeKeys };