/**
* Type-level schema matcher for INSERT queries
*
* Takes a parsed SQL INSERT AST and a database schema, returns the result row type
* (primarily for RETURNING clause).
*
* This module handles INSERT-specific matching logic.
*/export {};
//# sourceMappingURL=matcher.js.map