/* 0.26.0-alpha2 */import type { Expression } from '../../math-json';
export declare function bigintValue(expr: Expression | null | undefined): bigint | null;
/** Output a shorthand if possible */
export declare function numberToExpression(num: number | bigint): Expression;
