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