import BaseError from './base'; declare class AuthenticationError extends BaseError { } export default AuthenticationError;