declare function healthCheck(port?: number, retryOptions?: object): Promise<void>;
export default healthCheck;
