import { BaseException } from "./BaseException";
export declare class AuthenticationException extends BaseException {
    constructor(httpResponseCode: any, status: string, errorCode: string, errorMessage: string);
}
