/**
 * Represents Knora's state of health.
 *
 * @category Model System
 */
export declare class HealthResponse {
    /**
     * Message
     */
    message: string;
    /**
     * Name
     */
    name: string;
    /**
     * Severity
     */
    severity: string;
    /**
     * Status
     */
    status: boolean;
}
//# sourceMappingURL=health-response.d.ts.map