/** * Replication Resource * * Primary/replica status, replication slots, WAL status, and lag monitoring. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createReplicationResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=replication.d.ts.map