export type ReducerStoreAndDispatch = import("reshow-flux-base").ReducerStoreAndDispatch; export type ReducerType = import("reshow-flux-base").ReducerType; export type DispatchFunction = import("reshow-flux-base").DispatchFunction; export type StoreObject = import("reshow-flux-base").StoreObject; export const localStorageStore: StoreObject; export const localStorageDispatch: DispatchFunction; export const localValueStore: StoreObject; export const localValueDispatch: DispatchFunction; export const sessionStorageStore: StoreObject; export const sessionStorageDispatch: DispatchFunction; export const sessionValueStore: StoreObject; export const sessionValueDispatch: DispatchFunction; import { Storage } from "get-storage";