/// <reference types="chai" />
export declare function supportChangeScrtBalance(Assertion: Chai.AssertionStatic): void;
export declare function getBalanceChange(// eslint-disable-line sonarjs/cognitive-complexity
transaction: (() => Promise<any>), // eslint-disable-line  @typescript-eslint/no-explicit-any
accountAddr: string, includeFee?: boolean, logResponse?: boolean): Promise<number>;
