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