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