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