export interface ReducerClassType {
    new (...args: any[]): any;
}
