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