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