/** * Pool Resource * * MCP server connection pool statistics with external pooler detection. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createPoolResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=pool.d.ts.map