/** Kernel-generated identity that changes on every Linux boot. */ export declare function readLinuxBootIdentity(): string | undefined; /** * Stable process-birth identity used to reject stale locks after PID reuse. */ export declare function readProcessStartIdentity(pid: number): string | undefined; //# sourceMappingURL=process-identity.d.ts.map