export declare class HealthController {
    health(): {
        status: string;
        uptimeSeconds: number;
        timestamp: string;
    };
}
