import { ERROR_LIST } from '../dictionary';
export declare function getInfo(errorObj: any): {
    errorList: {
        regex: RegExp;
        value: ERROR_LIST;
    }[];
    messageList: any[];
};
