/* 0.28.0 */export type { Expression, MathJsonAttributes, MathJsonNumber, MathJsonSymbol, MathJsonString, MathJsonFunction, MathJsonIdentifier, } from './math-json/types';
export { isSymbolObject, isStringObject, isFunctionObject, stringValue, operator, operand, symbol, mapArgs, dictionaryFromExpression, } from './math-json/utils';
export declare const version = "0.28.0";
