/** * StrictDB Query Explanation — db.explain() * * Shows the native query that StrictDB would execute. * AI uses to verify intent matches execution. * Developers use for debugging. * * NOTE: This module is integrated directly into strictdb.ts explain() method. * This file exists as documentation and for any standalone utility needs. */ export {}; //# sourceMappingURL=explain.d.ts.map