import { HttpService } from "@nestjs/axios";
import { ConfigService } from "@nestjs/config";
export declare class PHXHostnameService {
    private readonly configService;
    private readonly httpService;
    private readonly logger;
    constructor(configService: ConfigService, httpService: HttpService);
    getListHostname(): Promise<any>;
}
