export { Monitor } from './core/monitor';
export { PerformancePlugin } from './plugins/performance/index';
export { ErrorPlugin } from './plugins/error/index';
export { BehaviorPlugin } from './plugins/behavior/index';
export type { MonitorConfig, ReportData } from './core/types';
export type { PerformanceData, PerformanceConfig } from './plugins/performance/types';
export type { ErrorData } from './plugins/error/types';
export type { BehaviorData } from './plugins/behavior/types';
