import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const describeTableSchema: Tool; export declare function describeTableHandler(mysqlService: MysqlService, args: { table: string; }): Promise; //# sourceMappingURL=describeTable.d.ts.map