import { ApiResponseData } from '../../../models/api-response-data';
import { Endpoint } from '../../endpoint';
/**
 * An endpoint to get Knora's state of health.
 *
 * @category Endpoint System
 */
export declare class HealthEndpointSystem extends Endpoint {
    /**
     * Returns Knora's state of health.
     */
    getHealthStatus(): import("rxjs").Observable<ApiResponseData<any>>;
}
//# sourceMappingURL=health-endpoint-system.d.ts.map