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