/** * List view for saved implementation comparisons. * * Renders a summary table of all `--list` results. * * @module */ import type { ImplementationComparison } from '../types.js'; /** * Render the list of saved implementation comparisons. * * @param comparisons - Array of comparisons (sorted newest first) */ export declare function renderList(comparisons: ImplementationComparison[]): void; //# sourceMappingURL=list.d.ts.map