import * as PermissionListActions from '../actions/role-details-actions'; import { PermissionLocalState } from '../states/role-permission.state'; export declare function reducer(state: PermissionLocalState, action: PermissionListActions.RoleDetailsActions): PermissionLocalState; export declare const getLoadingPermissionList: (state: PermissionLocalState) => boolean; export declare const getErrors: (state: PermissionLocalState) => string[];