import BinaryAST from './BinaryAST'; export default class IntegerDivisonAST extends BinaryAST { } //# sourceMappingURL=IntegerDivisionAST.d.ts.map