/**
 * @author WMXPY
 * @namespace Declare
 * @description Error List
 */
import { ERROR_CODE } from "./error-code";
export declare const ERROR_LIST: Record<ERROR_CODE, string>;
