export declare type Reducer = (state: S, action: T) => S;