import type { SymbolNode } from 'mathjs'; import type { Result } from './interface.js'; import type { State } from './state.js'; /** 处理符号名称 */ export declare function migrateSymbol(state: State, node: SymbolNode, migrateConst: boolean): Result; //# sourceMappingURL=symbol.d.ts.map