import { TLocale } from '../../type/base'; /** * 代码错误提示 */ export declare const ERROR_CODE: { [key in TLocale]: { [key: string]: string; }; };