interface EventLike { on(channel: string, handler: (data: unknown) => void): unknown; } export { readStats } from "./storage.js"; export type { RuleStats, StatsState } from "./storage.js"; export declare class StatsTracker { private readonly options; constructor(events: EventLike, options?: { statsPath?: string; }); } //# sourceMappingURL=index.d.ts.map