import type { MatrixResult } from '../../config/types.js'; /** * Prints a key-by-file presence matrix to the terminal, showing which * files define each key (and which differ in value, when checked). * @param result The computed matrix result. * @param checkValues Whether value mismatches were checked across files. * @param showStats Whether to print a trailing summary line. * @returns void */ export declare function printMatrixTable(result: MatrixResult, checkValues: boolean, showStats: boolean): void; //# sourceMappingURL=printMatrixTable.d.ts.map