import { Error } from "../store/types"; export default function useRedirectToLogin(errors?: Error[]): boolean;