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