import { UseQueryResult, UseQueryOptions } from "@tanstack/react-query"; /** * `usePermissions` calls the `getPermissions` 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/usePermissions} for more details. * * @typeParam TData - Result data of the query * */ export declare const usePermissions: (options?: UseQueryOptions | undefined) => UseQueryResult; //# sourceMappingURL=index.d.ts.map