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