import type { RuntimeRenderEvent } from './resolve-events.js'; export interface RuntimeHistorySnapshot { renderCounts: Record; wastedCounts: Record; } export declare function buildRuntimeHistorySnapshot(events: readonly RuntimeRenderEvent[]): RuntimeHistorySnapshot; //# sourceMappingURL=history.d.ts.map