/** Read the stable OS birth evidence for one exact Codex process. */ export declare function codexProcessBirthForLifecycle(pid: number): string; /** Canonical physical identity derived from PID plus its verified birth. */ export declare function codexProcessIncarnationForPid(pid: number): { processUuid: string; processBirth: string; evidence: "codex_process_birth"; };