import * as CompletionSurveyActions from '../actions/completion-survey/completion-survey.action'; import { LocalState } from '../state/completion-survey.state'; export declare function reducer(state: LocalState, action: CompletionSurveyActions.CompletionSurveyActions): LocalState; export declare const getLoadingCompletionSurvey: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getSelectedCompletionSurveyId: (state: LocalState) => number; export declare const getShowCompletionSurveyValidations: (state: LocalState) => boolean;