importtype { notFound as __notFound } from'next/navigation';
/**
* Like `next/navigation`'s `notFound()` but throws a `TRPCError` that later will be handled by Next.js
* @public
*/exportdeclareconstnotFound: typeof __notFound;
//# sourceMappingURL=notFound.d.ts.map