import { BaseException } from '../exception'; export declare class AuthError extends BaseException { name: string; }