/** * Debug Factory Functions * * Non-event related factory functions for creating debug objects, * analyzing performance, and generating reports. * * These factories complement the event factories by providing * utilities for creating debug data structures. */ export * from './report'; export * from './performance'; export * from './conflict'; export * from './history'; export * from './issueAnalysis'; //# sourceMappingURL=index.d.ts.map