import type { StatusResponse } from '@lifi/sdk'; export declare const useTransactionHistory: () => { data: StatusResponse[]; isLoading: boolean; };