import ConstantAST from './ConstantAST'; import * as Types from '@glossa-glo/data-types'; import AST from './AST'; export default class NumberConstantAST extends ConstantAST { readonly value: Types.GLONumber; dataType: typeof Types.GLONumber; constructor(value: Types.GLONumber); promoteMap: Map AST>; } //# sourceMappingURL=NumberConstantAST.d.ts.map