export declare class HealthController {
    check(): {
        status: string;
        app: string;
        timestamp: string;
    };
}
