export declare class HealthService { getHealth(): { status: string; timestamp: string; uptime: number; environment: string; }; }