import * as OpportunityInfoActions from '../actions/opportunity-info/opportunity-info.action'; import { LocalState } from '../state/opportunity-info.state'; export declare function reducer(state: LocalState, action: OpportunityInfoActions.OpportunityInfoActions): LocalState; export declare const getLoadingOpportunityInfo: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getSelectedOpportunityInfoId: (state: LocalState) => number; export declare const getShowOpportunityInfoValidations: (state: LocalState) => boolean;