export declare const errorCodeList: {
    [key: string]: {
        code: number;
        msg: string;
    };
};
