import { SWRConfiguration } from "swr"; export declare const useTransactions: (address: string, chainId: string, transfer: "sender" | "recipient", restUrl?: string, options?: SWRConfiguration) => import("swr/_internal").SWRResponse<{ total: number; transactions: unknown[]; }, any, Partial>> | undefined>;