import { ServiceClientBase } from "./ServiceClientBase";
export declare class HealthClient extends ServiceClientBase {
    protected serviceName: string;
    protected baseRoute: string;
    hasServerStarted(): Promise<boolean>;
}
