import { MetadataUser, UserInfo } from '@onepoint-yap/dashboard'; export declare const adminUserFeatureKey = "@yap/admin/user"; export interface AdminUserState { users: Array; selectedUser?: UserInfo; selectedMetadataUser: Array; editable: boolean; } export declare const initialAdminUserState: AdminUserState; export declare const adminUserReducer: import("@ngrx/store").ActionReducer;