import type { FlowType } from '../constants/index'; /** * @category React Hook */ export declare function useAuthenticated(): FlowType;