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