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