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