import { AppService } from './app.service';
export declare class AppController {
    private appService;
    constructor(appService: AppService);
    root(): {
        message: Date;
    };
}