import { Permission } from '../features/RBAC'; export type AllowedActions = Record; export declare const useRBAC: (permissionsToCheck?: Record, passedPermissions?: Permission[]) => { allowedActions: AllowedActions; isLoading: boolean; setIsLoading: () => void; }; //# sourceMappingURL=useRBAC.d.ts.map