import { UserActions } from '../actions/user.actions'; import { User } from '@digitaix/types'; export declare function authUserReducer(state: any, action: UserActions): User | null | false;