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<any[]>;
//# sourceMappingURL=describeTable.d.ts.map