export declare class AuthenticationError extends Error {
    name: string;
    isAuthenticationError: boolean;
}
export default AuthenticationError;
//# sourceMappingURL=AuthenticationError.d.ts.map