import * as fia3aListActions from '../actions/fia3a-worklist.action'; import { LocalState } from '../state/fia3a-worklist.state'; export declare function reducer(state: LocalState, action: fia3aListActions.Fia3aListActions): LocalState; export declare const getLoadingFia3a: (state: LocalState) => boolean; export declare const getErrors: (state: LocalState) => string[]; export declare const getInitiateFIA3A: (state: LocalState) => boolean; export declare const getEmploymentDeclarationId: (state: LocalState) => number;