export interface CodexNotifierWorkerLease { acquired: boolean; path: string; release(): void; } /** 跨 Dashboard 进程独占 core outbox;崩溃遗留锁在 PID 消失后自动回收。 */ export declare function acquireCodexNotifierWorkerLease(dataDir: string, pid?: number): CodexNotifierWorkerLease; //# sourceMappingURL=worker-lock.d.ts.map