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