import { BaseError } from './BaseError.js';
export declare class AuthenticationError extends BaseError<string> {
    constructor(message: string, cause?: any);
}
