import { UseMutationResult } from "@tanstack/react-query"; /** * `useCheckError` calls the `checkError` method from the {@link https://refine.dev/docs/core/providers/auth-provider `authProvider`} under the hood. * * @see {@link https://refine.dev/docs/core/hooks/auth/useCheckError} for more details. * */ export declare const useCheckError: () => UseMutationResult; //# sourceMappingURL=index.d.ts.map