import type { TypedUseSelectorHook } from 'react-redux'; import { type RootState, type AppDispatch } from './Utils/store'; import { ThunkAction } from '@reduxjs/toolkit'; import { QueryActionCreatorResult, QueryDefinition, ResultTypeFrom } from '@reduxjs/toolkit/query'; export declare const useAppDispatch: () => AppDispatch; export declare const useAppSelector: TypedUseSelectorHook; export declare const selectBreakPoint: (state: RootState) => number; export declare function useApiSubscribe(): >(subscription: ThunkAction, any, any, any>) => Promise | undefined>;