/// import { BigNumber, providers } from 'ethers'; import { Account } from './misc/account'; import { BalanceChangeOptions } from './misc/balance'; export declare function supportChangeEtherBalances(Assertion: Chai.AssertionStatic): void; export declare function getBalanceChanges(txResponse: providers.TransactionResponse, accounts: Account[], options: BalanceChangeOptions): Promise; //# sourceMappingURL=changeEtherBalances.d.ts.map