import { Action } from '@ngrx/store'; import { PermSetStates } from '../states'; export declare const permSetReducer: import("@ngrx/store").ActionReducer; export declare function perm_set_reducer(state: PermSetStates | undefined, action: Action): import("../states/perm-set.states").PermSetState;