/** * Hook to retrieve the {@link EffectiveRoleController} * * @see EffectiveRoleController * @category Hooks and utilities */ export declare const useEffectiveRoleController: () => import("@rebasepro/types").EffectiveRoleController;