import { BigNumber } from "bignumber.js"; import { Account, Operation } from "@ledgerhq/types-live"; import { ExchangeSwap } from "./types"; import { Transaction } from "../../generated/types"; export declare const getUpdateAccountWithUpdaterParams: ({ result, exchange, transaction, magnitudeAwareRate, provider, }: { result: { operation: Operation; swapId: string; }; exchange: ExchangeSwap; transaction?: Transaction | null; magnitudeAwareRate: BigNumber; provider: string; }) => [string, (account: Account) => Account] | []; //# sourceMappingURL=getUpdateAccountWithUpdaterParams.d.ts.map