/** * Athena API * REST API for the Athena system * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import * as runtime from '../runtime'; import type { HealthCheck } from '../models/index'; /** * */ export declare class HealthApi extends runtime.BaseAPI { /** * Health check endpoint */ healthCheckRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise>; /** * Health check endpoint */ healthCheck(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise; }