/** * Find process entries in the database that claim to be running but whose PIDs * are actually dead. This handles the case where the system was rebooted (or * processes were killed externally) and the log collector never got a chance to * clean up. * * Also cleans up entries that were marked as killed (killed_at set) but not yet * deleted — this happens when the log collector dies before it can clean up. */ export declare function cleanupStaleProcesses(): void; //# sourceMappingURL=staleProcessCleanup.d.ts.map