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