export * from './index'

export {
  notFound,
  isNotFound,
  redirect,
  isRedirect,
  rootRouteId,
} from '@tanstack/router-core'

export type { NotFoundError } from '@tanstack/router-core'
