import type { Filtered } from '../../config/types.js'; /** * Prints tips for fixing issues found during the comparison. * @param filtered The filtered comparison results. * @param envNotIgnored Whether the .env file is not ignored by git. * @param json Whether to output in JSON format. * @param fix Whether to apply fixes. * @returns void */ export declare function printFixTips(filtered: Filtered, envNotIgnored: boolean, json: boolean, fix: boolean): void; //# sourceMappingURL=printFixTips.d.ts.map