import { NcpEValuationAddLocalState } from '../state/ncp-evaluation-add.state'; import * as ncpEValuationListActionsTypes from '../actions/ncp-evaluation-form.action'; export declare function reducer(state: NcpEValuationAddLocalState, action: ncpEValuationListActionsTypes.LoadNcpEvaluationAddAction): NcpEValuationAddLocalState; export declare const getLoadingNcpEValuation: (state: NcpEValuationAddLocalState) => boolean; export declare const getErrors: (state: NcpEValuationAddLocalState) => string[]; export declare const getSelectedNcpEValuationId: (state: NcpEValuationAddLocalState) => number;