import { UseMutationResult } from "react-query"; import { TLogoutVariables, TLogoutData } from "../../../interfaces"; /** * `useLogout` calls the `logout` method from the {@link https://refine.dev/docs/api-references/providers/auth-provider `authProvider`} under the hood. * * @see {@link https://refine.dev/docs/api-references/hooks/auth/useLogout} for more details. * */ export declare const useLogout: () => UseMutationResult;