import { GLOInteger } from '@glossa-glo/data-types'; import AST from './AST'; export default class SubrangeAST extends AST { readonly left: GLOInteger; readonly right: GLOInteger; constructor(left: GLOInteger, right: GLOInteger); } //# sourceMappingURL=SubrangeAST.d.ts.map