import type { NetworkAgent } from './types'; /** * Detect active network connections to known LLM API providers. * Runs platform-appropriate network commands and resolves process names. */ export declare function detectActiveConnections(): Promise; //# sourceMappingURL=network.d.ts.map