import type { PanelSummary, TargetPanelEntry } from './types.js'; export declare function computeSummary(targets: TargetPanelEntry[], options?: { scriptFailures?: number; }): PanelSummary; export declare function computePreferredIndex(targets: TargetPanelEntry[]): number; //# sourceMappingURL=snapshot-helpers.d.ts.map