/** * PostgreSQL pg_stat_kcache Tools - Barrel Export * * OS-level performance visibility: CPU, memory, and I/O statistics per query. * 7 tools total. */ import type { PostgresAdapter } from "../../postgres-adapter.js"; import type { ToolDefinition } from "../../../../types/index.js"; /** * Get all pg_stat_kcache tools */ export declare function getKcacheTools(adapter: PostgresAdapter): ToolDefinition[]; //# sourceMappingURL=index.d.ts.map