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