import type { Transaction } from './transactionStore';
export declare function useRecentTransactions(): Transaction[];
