import { type MathNode } from 'mathjs'; import type { State } from './state.js'; import { type Result } from './interface.js'; /** 连接字符串 */ export declare function concat(state: State, args: ReadonlyArray): Result; //# sourceMappingURL=concat.d.ts.map