import { Action } from '@ngrx/store';
import { User } from '@documment/mmp.core';
export declare class UserStateInitializer {
    static handle(state: User[], action: Action): User[];
}
