//#region src/services/processLiveness/index.d.ts /** * Is a process still running? * * Signal 0 performs the permission and existence check without delivering a * signal. EPERM means the process exists but belongs to another user, which * still counts as alive. */ export declare function isProcessAlive(pid: number): boolean; //#endregion //# sourceMappingURL=index.d.cts.map