/* 0.28.0 */import { Expression } from '../../math-json';
export declare function randomExpression(level?: number): Expression;
