/** * Health check response body */ export interface HealthResponse { status: string; version: string; } export declare namespace TopLevel { export { type HealthResponse as HealthResponse }; } //# sourceMappingURL=top-level.d.mts.map