/** * 表达式解析错误 */ export declare class FormulaEvalError extends Error { constructor(message: string); }