/** * Hook to consume Authentication context */ declare const useAuthentication: () => import("../context/authenticationContext").AuthenticationContextValueWithSetter; export default useAuthentication;