import * as DynamicLeadTimeListActions from '../actions/related-appointment-dynamic-lead-time.action'; import { LocalState } from '../states/related-appointment-dynamic-lead-time.state'; export declare function reducer(state: LocalState, action: DynamicLeadTimeListActions.DynamicLeadTimeListActions): LocalState; export declare const getLoadingDynamicLeadTimeList: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[];