/** * Hook that enables auth state and for check actual token * Used with {useUser} Context */ export declare const useJWTAuthentication: () => boolean;