export declare class HealthResponse {
    status?: string;
    database?: string;
    timestamp?: string;
}
