export declare function reducer(state: { [id: string]: any; } | undefined, action: any): { [id: string]: any; };