/** * StrictDB Dry Run Validation — db.validate() * * AI workflow: generate query → validate → fix errors → execute. * Zero bad queries reach the database. * * NOTE: This module is integrated directly into strictdb.ts validate() method. * This file exists as documentation and for any standalone utility needs. */ export {}; //# sourceMappingURL=validate.d.ts.map