export declare const $HealthCheckSuccess: {
readonly description: "Representation of a successful healthcheck";
readonly properties: {
readonly message: {
readonly type: "string";
readonly isRequired: true;
};
};
};
//# sourceMappingURL=$HealthCheckSuccess.d.ts.map