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