import { RootState } from 'reduxStore/store'; import { TransactionsDisplayInfoType } from 'types'; export declare const transactionsInfoSelectors: (state: RootState) => import("reduxStore/slices").StateType; export declare const transactionDisplayInfoSelector: import("reselect").OutputParametricSelector, string | null, any, (res1: TransactionsDisplayInfoType, res2: string | null) => any>; //# sourceMappingURL=transactionsInfoSelectors.d.ts.map