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