import * as operationalHoursActions from '../actions/operationalHours.action'; import { LocalState } from '../state/operationalHours.state'; export declare function reducer(state: LocalState, action: operationalHoursActions.GetOperationalHoursActions): LocalState; export declare const getLoadingoperationalHours: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[];