/** Daemon and manual CLI must derive the exact same scheduler lease for a * concrete run root. `baseDir/runId` is the runDir, so anchoring the sibling * lease in baseDir keeps it outside mutable run artifacts while remaining * unique to that on-disk run namespace. */ export declare function v3DriveLeaseTarget(baseDir: string, runId: string): string; export declare const V3_DRIVE_LEASE_MAX_WAIT_MS = 15000; //# sourceMappingURL=drive-lease.d.ts.map