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