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