import { Action } from '@ngrx/store';
import { GoalStrategy } from '../../models/goal-strategy.model';
export declare class GoalStrategyInitializer {
    static handle(state: GoalStrategy, action: Action): GoalStrategy;
}
