export declare function createReducer(init: T, tree: any): (state: T | undefined, action: { type: string; payload: any; }) => T;