export declare type DispatchReState<A> = (value: A) => void;
export declare type Selector<T, S = T> = (store: T) => S;
