import { HttpError } from './http.error.cjs'; import '../app-error.cjs'; declare class NotFoundError extends HttpError { constructor(message: string); } export { NotFoundError };