import { type FunctionNode, type MathNode } from 'mathjs'; import type { Options, Result } from './interface.js'; import type { State } from './state.js'; /** 转换 AST */ export declare function migrateCall(state: State, node: FunctionNode, options: Options): Result; //# sourceMappingURL=call.d.ts.map