import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { MysqlService } from '../services/MysqlService.js';
export declare const updateSchema: Tool;
export declare function updateHandler(mysqlService: MysqlService, args: {
    table: string;
    data: any;
    where: string;
}): Promise<{
    affectedRows: number;
}>;
//# sourceMappingURL=update.d.ts.map