export declare class AppController {
    constructor();
    health(req: any): Promise<string>;
}
