/** * Schema Resource * * Full database schema including tables, views, indexes, and constraints. * Enhanced with statsStale detection based on modification percentage. */ import type { PostgresAdapter } from "../postgres-adapter.js"; import type { ResourceDefinition } from "../../../types/index.js"; export declare function createSchemaResource(adapter: PostgresAdapter): ResourceDefinition; //# sourceMappingURL=schema.d.ts.map