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