/** * Check if a process with the given PID is running. * @param pid - The process ID to check. * @returns - true if the process is running, false otherwise. */ export declare function isProcessRunning(pid: number): boolean; //# sourceMappingURL=isProcessRunning.d.ts.map