export declare class AppService {
    getHello(): {
        status: string;
        message: string;
    };
}
