/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { XHR } from "./XHR"; import { EndpointDistributorStatusDto } from "../model/EndpointDistributorStatusDto"; export declare class fhcAdminApi { host: string; headers: Array; fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise; constructor(host: string, headers: any, fetchImpl?: (input: RequestInfo, init?: RequestInit) => Promise); setHeaders(h: Array): void; handleError(e: XHR.XHRError): never; /** * * @summary bcpStatus */ bcpStatusUsingGET(): Promise; /** * * @summary loglevel * @param loglevel loglevel * @param _package package */ loglevelUsingPOST(loglevel: string, _package: string): Promise; /** * * @summary updateBcpStatus */ updateBcpStatusUsingPOST(): Promise; }