import { Dispatch, SetStateAction } from 'react'; export declare const useHandleError: (onError: ((error: Error) => void | Promise) | undefined, setError?: Dispatch>) => { handleError: (error: Error) => void; };