import * as AssignmentListActions from '../actions/asssignments.action'; import { AssignmentState } from '../states/assignment.state'; export declare function reducer(state: AssignmentState, action: AssignmentListActions.AssignmentDetailsActions): AssignmentState; export declare const getLoadingAssignmentlist: (state: AssignmentState) => boolean; export declare const getErrors: (state: AssignmentState) => string[];