declare const useAuthentication: () => import("../contexts/AuthenticationContext").AuthenticationContextValue<any, import("@elacity-js/lib").IUser.ProfileBase<any>>;
export default useAuthentication;
