/** * Schema Routes * Database schema and table information endpoints */ import type { FastifyInstance } from 'fastify'; import { ConnectionManager } from '../../core/connection-manager.js'; export declare function setupSchemaRoutes(fastify: FastifyInstance, connectionManager: ConnectionManager): Promise; //# sourceMappingURL=schema.d.ts.map