/**
* Common utilities and types shared across all SQL query type parsers
*
* This module re-exports all common types and utilities that are used
* by SELECT, INSERT, UPDATE, DELETE parsers and matchers.
*/export {};
//# sourceMappingURL=index.js.map