import type { Transaction } from "../../generated/types";
import type { ExchangeSwap, ExchangeRate } from "./types";
import type { Account, Operation } from "@ledgerhq/types-live";
declare const _default: ({ account, operation, transaction, swap, swapId, }: {
    account: Account;
    operation: Operation;
    transaction: Transaction;
    swap: {
        exchange: ExchangeSwap;
        exchangeRate: ExchangeRate;
    };
    swapId: string;
}) => Account;
export default _default;
//# sourceMappingURL=addToSwapHistory.d.ts.map