import { User } from '@iapps/ngx-dhis2-http-client'; import { BaseState } from './base.state'; export interface UserState extends BaseState { currentUser: User; } export declare const initialUserState: UserState;