import { ApiTransactionSimulationResponse } from '@argent/x-shared'; declare const useBalanceChange: (transactionSimulations: ApiTransactionSimulationResponse[] | undefined) => { showBalanceChange: boolean | undefined; }; export { useBalanceChange };