import { TypedUseSelectorHook } from 'react-redux'; import type { RootState } from './store'; export declare const useAppDispatch: () => import("redux-thunk").ThunkDispatch; deals: import("..").DealsState; donations: import("..").DonationState; geolocation: import("..").GeoLocationState; giftCards: import("..").GiftCardsState; groupOrder: import("..").GroupOrderState; guest: import("..").GuestState; loader: import("..").LoaderState; menu: import("..").MenuState; menuDisplay: import("..").MenuDisplayState; menuItems: import("..").MenuItemsState; modal: import("@open-tender/types").Modal; misc: import("..").MiscState; nav: import("..").NavState; navSite: import("..").NavSiteState; notifications: import("@open-tender/types").Notifications; oneTimePasscode: import("..").OneTimePasscodeState; order: import("..").OrderState; orderFulfillment: import("..").OrderFulfillmentState; orderRating: import("..").OrderRatingState; posts: import("..").PostsSlice; pushNotifications: import("..").PushNotificationsState; qr: import("..").QrState; quote: import("..").QuoteState; recommendation: import("..").RecommendationState; resetPassword: import("..").ResetPasswordState; revenueCenters: import("..").RevenueCentersState; rewardCode: import("..").RewardCodeState; sidebar: import("..").SidebarState; sidebarModal: import("..").SidebarModalState; signUp: import("..").SignUpState; states: import("..").StatesSlice; tags: import("..").TagsState; terms: import("..").TermsSlice; Unsubscribe: import("..").UnsubscribeState; validTimes: import("..").ValidTimesState; verifyAccount: import("..").VerifyAccountState; }>, undefined, import("redux").AnyAction> & import("redux").Dispatch>; export declare const useAppSelector: TypedUseSelectorHook;