import { User } from "@rebasepro/types"; import { AuthController } from "@rebasepro/cms-types"; /** * Hook to retrieve the AuthContext. * * Consider that in order to use this hook you need to have a parent * `Rebase` * * @see AuthController * @group Hooks and utilities */ export declare const useAuthController: = AuthController>() => AuthControllerType;