import { ActivityCardContent } from "@leapwallet/embedded-wallet-sdk-core"; export declare function useActivity(address: string, chainId: string, restUrl?: string): import("@tanstack/react-query").UseInfiniteQueryResult<{ sender: { total: number; activity: ActivityCardContent[]; }; recipient: { total: number; activity: ActivityCardContent[]; }; }, unknown>;