import TypeAST from './TypeAST'; import { GLOInteger } from '@glossa-glo/data-types'; export default class IntegerAST extends TypeAST { dataType: typeof GLOInteger; } //# sourceMappingURL=IntegerAST.d.ts.map