export declare class AppController {
    constructor();
    getHealth(): {
        status: string;
    };
}
