import * as TabeScoreActions from '../../actions/education/tabe-score-details.action'; import { LocalState } from '../../state/education/tabe-score.state'; export declare function reducer(state: LocalState, action: TabeScoreActions.TabeScoreDetailsActions): LocalState; export declare const getLoadingTabeScore: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getSelectedTabeScoreId: (state: LocalState) => number; export declare const getShowTabeScoreValidations: (state: LocalState) => boolean;