export declare class HealthCheckServer { private server; start(host: string, port: number): Promise; stop(): Promise; }