/** * Statistics Resource * * Table and index statistics, cache hit ratios, and stale statistics detection. * Enhanced with stale statistics recommendations from legacy server. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createStatsResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=stats.d.ts.map