import type { HealthManager, HealthManagerOptions } from "./types"; export declare function createHealthManager(options: HealthManagerOptions): HealthManager; //# sourceMappingURL=manager.d.ts.map