export declare class AuthenticationError extends Error { constructor(error: string, description: string); }