import type { EffectivenessSignalRecord } from "../../infrastructure/observability/local-metrics-store.js"; export interface ComparisonWindow { readonly beforeTimestamp: string; readonly afterTimestamp: string; readonly deltas: Readonly>; } export declare function computeEffectivenessComparison(signals: readonly EffectivenessSignalRecord[], beforeTimestamp: string, afterTimestamp: string): ComparisonWindow; //# sourceMappingURL=compute-effectiveness-comparison.d.ts.map