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