import { ApiException } from './ApiException.js';
export declare class ApiResponseRetrievalException extends ApiException {
    constructor(statusCode: number, responseBody: string, cause?: Error);
}
