import type { AppOptions } from "../types/index.js"; /** * Handle 404 Not Found responses. * Uses custom onNotFound handler if provided, otherwise returns default JSON response. */ export declare function handleNotFound(request: Request, _path: string, options?: AppOptions): Promise; //# sourceMappingURL=notFound.d.ts.map