import { ErrorActions } from '../actions/error-actions'; export declare const initialErrorsState: any; export declare function applicationErrors(errorState: any, action: ErrorActions): any; //# sourceMappingURL=error.d.ts.map