export declare function reducer(state: any, { type, payload }: {
    type: any;
    payload?: any;
}): any;
