import type { FunctionAssignmentNode } from 'mathjs'; import type { Result } from './interface.js'; import { type State } from './state.js'; /** 转换函数定义语句 */ export declare function migrateFunctionAssignment(state: State, node: FunctionAssignmentNode): Result; //# sourceMappingURL=function.d.ts.map