import type { ScanUsageOptions, ScanResult, ExitResult, FixContext } from '../config/types.js'; /** * Prints the scan result to the console. * @param scanResult - The result of the scan. * @param opts - The scan options. * @param comparedAgainst - The file being compared against. * @returns An object indicating whether to exit with an error. */ export declare function printScanResult(scanResult: ScanResult, opts: ScanUsageOptions, comparedAgainst: string, fixContext?: FixContext): ExitResult; //# sourceMappingURL=printScanResult.d.ts.map