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