export declare const combineLazyReducers: (reducers: any, initialState: any) => (state: { [x: string]: any; } | undefined, action: import("redux").AnyAction) => { [x: string]: any; };