import * as schoolListActions from '../actions/school-list.action'; import { LocalState } from '../states/school-list.state'; export declare function reducer(state: LocalState, action: schoolListActions.SchoolListActions): LocalState; export declare const getLoadingSchoollist: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getCanAdd: (state: LocalState) => boolean;