import * as CourseRequestListActions from '../actions/course-request-list.ation'; import { LocalState } from '../states/course-request-list.state'; export declare function reducer(state: LocalState, action: CourseRequestListActions.CourseRequestListActions): LocalState; export declare const getLoadingCourseRequestList: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getCanAdd: (state: LocalState) => boolean;