import { RootState } from '@/state/store';
export declare const useTransactionsState: () => RootState["transactions"];
