/** * Insights Resource * * Exposes the business insights memo via the postgres://insights URI. * Insights are collected via the pg_append_insight tool. */ import type { ResourceDefinition } from "../../../types/index.js"; export declare function createInsightsResource(): ResourceDefinition; //# sourceMappingURL=insights.d.ts.map