import { type MathNode } from 'mathjs'; import type { Result } from './interface.js'; import type { State } from './state.js'; /** 转换 AST */ export declare function toBoolean(state: State, node: MathNode | Result): Result; /** 转换 AST */ export declare function toString(state: State, node: MathNode | Result): Result; /** 转换 AST */ export declare function toNumber(state: State, node: MathNode | Result): Result; //# sourceMappingURL=to-type.d.ts.map