import type { DaemonHealthResult } from './types.js'; /** * Check daemon health by calling GET /health. * @param port - Daemon port * @param timeoutMs - Request timeout (default 3000ms) */ export declare function checkHealth(port: number, timeoutMs?: number): Promise; //# sourceMappingURL=health.d.ts.map