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