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