/** * Locks Resource * * Lock contention detection and blocking query identification. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createLocksResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=locks.d.ts.map