/** * Prints the header line for matrix comparison output. * @param files The display names of the files being compared. * @returns void */ export declare function printMatrixHeader(files: string[]): void; //# sourceMappingURL=printMatrixHeader.d.ts.map