/** * PostgreSQL Performance Tools * * Query analysis, statistics, and performance monitoring. * 24 tools total. */ import type { PostgresAdapter } from "../../postgres-adapter.js"; import type { ToolDefinition } from "../../../../types/index.js"; /** * Get all performance tools */ export declare function getPerformanceTools(adapter: PostgresAdapter): ToolDefinition[]; //# sourceMappingURL=index.d.ts.map