import { ErrorActions } from '../actions/error.action'; import { IErrorState } from '../state/document.state'; export declare function errorReducers(state: IErrorState, action: ErrorActions): IErrorState;