export interface NumericLiteral { type: "NumericLiteral"; value: number; }