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