export declare class AppService {
    private logger;
    get isMaster(): boolean;
    constructor();
    getHello(): string;
}
