import { HttpResponse, None } from '../../../index.ts';
export type NotFoundResponse = HttpResponse & {};
export declare function newNotFoundResponse(value?: unknown | None): NotFoundResponse;
