import { VentureEdListLocalState } from '../states/employment-declaration-list.state'; import * as ventureEdListActions from '../actions/employment-declaration-list.action'; export declare function ventureEdReducer(state: VentureEdListLocalState, action: ventureEdListActions.EmploymentDeclarationListActions): VentureEdListLocalState; export declare const getLoadingList: (state: VentureEdListLocalState) => boolean; export declare const getLoadingInitiateEd: (state: VentureEdListLocalState) => boolean; export declare const getErrors: (state: VentureEdListLocalState) => string[]; export declare const getCanInitiateED: (state: VentureEdListLocalState) => boolean; export declare const getEmpDeclarationId: (state: VentureEdListLocalState) => number;