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