import HttpError from './../error'; declare class NotFoundError extends HttpError { constructor(message?: string); } export default NotFoundError;