import { ApiErrorException } from '../ApiErrorException';
export declare class BadAuthToken extends ApiErrorException {
}
