import type { NewTransaction } from './transactionStore';
export declare function useAddRecentTransaction(): (transaction: NewTransaction) => void;
