/**
* This is a simple test service created with the goal of explain how to use the mockBuilder
*/
export declare class TestService {
    private message;
    getMessage(message: string, callback: any): void;
    returnHello(name: string): string;
}
