import * as locationListActions from '../actions/locations.action'; import { LocationsState } from '../states/locations.state'; export declare function reducer(state: LocationsState, action: locationListActions.locationsActions): LocationsState; export declare const getLoadinglocationlist: (state: LocationsState) => boolean; export declare const getErrors: (state: LocationsState) => string[];