/** * Cross-process serialization for a single filesystem-backed operator record. * SQLite's OS-held lock is crash-safe; unlike a pathname lock it never needs a * stale-owner heuristic or a lock-file unlink. */ export declare function withFileCoordinationTransaction(path: string, resourceName: string, operation: () => T): T; //# sourceMappingURL=file-coordination.d.ts.map