import { UserState } from '../states/user.state'; export declare const reducer: import("@ngrx/store").ActionReducer; export declare function userReducer(state: any, action: any): UserState;