/* 0.26.0-alpha2 */export type { Attributes, Expression, MathJsonNumber, MathJsonSymbol, MathJsonString, MathJsonFunction, MathJsonIdentifier, } from './math-json/types';
export { isSymbolObject, isStringObject, isFunctionObject, stringValue as getStringValue, operator, operand, symbol, mapArgs, dictionary as getDictionary, } from './math-json/utils';
export declare const version = "0.26.0-alpha2";
