/** * Prints the header for the scanning output. * @param comparedAgainst Optional string indicating what the codebase is being compared against. * @returns void */ export declare function printHeader(comparedAgainst?: string): void; //# sourceMappingURL=printHeader.d.ts.map