/** https://tc39.es/ecma262/#sec-numericvalue */ import type { ParseNode } from '../parser/ParseNode.mts'; export declare function NumericValue(node: ParseNode.NumericLiteral): import("../value.mts").BigIntValue | import("../value.mts").NumberValue; //# sourceMappingURL=NumericValue.d.mts.map