import type { Action } from 'integreat';
export declare function setErrorOnAction(action: Action, error: string, status?: string): Action;
