import type { MathNode } from 'mathjs'; /** 特殊转换逻辑 */ export declare function specialMigrate(expression: string, node: MathNode): string | undefined; //# sourceMappingURL=special.d.ts.map