/** * PostgreSQL Introspection Tools - Schema Snapshot * * Complete schema snapshot in a single agent-optimized JSON structure. * 1 tool total. */ import type { PostgresAdapter } from "../../postgres-adapter.js"; import type { ToolDefinition } from "../../../../types/index.js"; export declare function createSchemaSnapshotTool(adapter: PostgresAdapter): ToolDefinition; //# sourceMappingURL=snapshot.d.ts.map