import { UseQueryResult } from "@tanstack/react-query"; /** * `useAuthenticated` calls the `checkAuth` 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/useAuthenticated} for more details. * */ export declare const useAuthenticated: (params?: any) => UseQueryResult; //# sourceMappingURL=index.d.ts.map