import { type OperatorNodeFn, type OperatorNode, type OperatorNodeMap } from 'mathjs'; import type { State } from './state.js'; import type { Options, Result } from './interface.js'; /** 转换 AST */ export declare function migrateOperator(state: State, node: Pick, 'fn' | 'args'>, options: Options): Result; //# sourceMappingURL=operator.d.ts.map