/**
 * 解析格式化 error 获取对应的 message
 */
declare function parseError(val: any, keys?: string[]): string;

export { parseError };
