export declare const useRefetchErrored: (states: { error: TError | null; refetch: Function; }[]) => () => void;