/**
* AST type definitions specific to SQL UPDATE queries
*
* This module contains AST nodes that are specific to UPDATE:
* - UpdateClause - the main UPDATE statement
* - SetClause - SET assignments
* - FromClause for multi-table updates
*/export {};
//# sourceMappingURL=ast.js.map