/**
* Type-level SQL SELECT parser
*
* This module handles parsing of SELECT queries specifically.
* It uses shared utilities from common/ but maintains its own
* execution tree for TypeScript performance.
*/export {};
//# sourceMappingURL=parser.js.map