import { ITransactionListItem } from '../../../../lib/sdkDappUi'; import { StoreType } from '../../../../store/store.types'; export declare const getCachedTransactionListItem: (hash: string, store?: StoreType) => ITransactionListItem | null;