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