import type { AccountLike } from "@ledgerhq/types-live";
import type { SwapHistorySection } from "./types";
declare const getCompleteSwapHistory: (accounts: AccountLike[]) => SwapHistorySection[];
export default getCompleteSwapHistory;
//# sourceMappingURL=getCompleteSwapHistory.d.ts.map