/** * SMI-689: MemoryProfiler * * Re-exports from memory module for backward compatibility. * See memory/ subdirectory for implementation. */ export * from './memory/index.js'; //# sourceMappingURL=MemoryProfiler.d.ts.map