import type { Filtered } from '../../config/types.js'; /** * Prints the issues found during the comparison. * @param filtered The filtered comparison results. * @param json Whether to output in JSON format. * @param fix Whether fix mode is enabled (skips printing missing keys as they will be fixed). * @returns void */ export declare function printIssues(filtered: Filtered, json: boolean, fix?: boolean): void; //# sourceMappingURL=printIssues.d.ts.map