import { HttpService as hts } from '@nestjs/axios';
export declare class HttpService extends hts {
    protected checkCurcuitBreaker(): boolean;
}
