import type { McpServerName } from './bootstrap.js'; export interface McpLifecycleTelemetryEvent { event: string; server: McpServerName; entrypoint: string | null; pid?: number; ppid?: number; reason?: string; matching_pids?: number[]; newer_sibling_pids?: number[]; [key: string]: unknown; } export declare function resolveMcpLifecycleLogDir(env?: Record, home?: string, currentPlatform?: NodeJS.Platform): string | null; export declare function resolveMcpLifecycleLogFile(server: McpServerName, entrypoint: string | null, env?: Record): string | null; export declare function writeMcpLifecycleTelemetry(event: McpLifecycleTelemetryEvent, env?: Record): void; //# sourceMappingURL=lifecycle-telemetry.d.ts.map