interface AnyObj {
    [index: string]: object;
}
export declare type Reducers = {
    combineName: string;
    reducers: AnyObj;
}[];
export declare type Options = {
    enableDevtools: boolean;
    nextWrapp: boolean;
};
export {};
