/** * PostgreSQL Admin Tools - Insights * * Business insight management tool. * 1 tool total. */ import type { ToolDefinition } from "../../../../types/index.js"; export declare function createAppendInsightTool(): ToolDefinition; //# sourceMappingURL=insights.d.ts.map