import * as ventureListActions from '../actions/venture-worklist.action'; import { LocalState } from '../state/venture-worklist.state'; export declare function reducer(state: LocalState, action: ventureListActions.VentureWorklistActions): LocalState; export declare const getErrors: any; export declare const getLoading: any;