/** * Indexes Resource * * Index usage statistics with unused/rarely-used detection and DROP recommendations. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createIndexesResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=indexes.d.ts.map