import { ErrorAtom } from '../types';
export declare const pushError: ({ key, error, taskId }: Partial<ErrorAtom>) => (s: ErrorAtom[]) => ErrorAtom[];
