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