import { HealthResponse } from '../../common/types.js';
import { HTTP } from '../../core/transports/index.js';

export declare class Health extends HTTP {
    check(): Promise<HealthResponse>;
}
//# sourceMappingURL=health.d.ts.map