import { Fia3aAddLocalState } from '../state/fia3a-add-state'; import * as fia3aListActionsTypes from '../actions/fia3a-list.action'; export declare function reducer(state: Fia3aAddLocalState, action: fia3aListActionsTypes.Fia3aAddActions): Fia3aAddLocalState; export declare const getLoadingFia3a: (state: Fia3aAddLocalState) => boolean; export declare const getErrors: (state: Fia3aAddLocalState) => string[]; export declare const getSelectedFia3aId: (state: Fia3aAddLocalState) => number;