import { HealthApi } from "../operationsInterfaces/index.js";
import { GeneratedClient } from "../generatedClient.js";
import { HealthApiGetServiceStatusOptionalParams } from "../models/index.js";
/** Class containing HealthApi operations. */
export declare class HealthApiImpl implements HealthApi {
    private readonly client;
    /**
     * Initialize a new instance of the class HealthApi class.
     * @param client Reference to the service client
     */
    constructor(client: GeneratedClient);
    /**
     * Get service health status.
     * @param options The options parameters.
     */
    getServiceStatus(options?: HealthApiGetServiceStatusOptionalParams): Promise<void>;
}
//# sourceMappingURL=healthApi.d.ts.map