import * as EducationTestingActions from '../actions/education-testing.actions'; import { LocalState } from '../state/education-testing.state'; export declare function reducer(state: LocalState, action: EducationTestingActions.EducationTestingActions): LocalState; export declare const getLoadingEducationTesting: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getSelectedEducationTestingId: (state: LocalState) => number; export declare const getShowEducationTestingValidations: (state: LocalState) => boolean;