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