export declare class GreetingService {
    getHello(): string;
}
