import { LocalState } from '../state/exit-package.state'; import * as ExitPackageActions from '../actions/exit-package.action'; import { ExitPackage } from '../models/tier-II/exit-package/exit-package.model'; export declare function reducer(state: LocalState, action: ExitPackageActions.ExitPackageActions): LocalState; export declare const getLoadingExitPackage: (state: LocalState) => boolean; export declare const getExitPackageSavedDocuments: (state: LocalState) => ExitPackage; export declare const getErrors: (state: LocalState) => string[];