export * from './index.js'; export { notFound, isNotFound, redirect, isRedirect, rootRouteId, } from '@tanstack/router-core'; export type { NotFoundError } from '@tanstack/router-core';