export { useStatsPanel } from './hooks/useStatsPanel';
export { stats, statsPlugin } from './plugin';
export { useComputeTracker, trackComputeTime } from './utils/webgpu-compute-tracker';
export type { StatsOptions, StatsData } from './types';
//# sourceMappingURL=index.d.ts.map