import { QueryClient } from '@tanstack/react-query'; /** * Shared React Query client for permissions resolution. * Permissions are fetched once per session and never refetched automatically. * @internal */ export declare const permissionsQueryClient: QueryClient;