import HttpError from './../../src/http/error'; declare class NotFoundError extends HttpError { constructor(); } export default NotFoundError;