import type { FixContext } from '../../config/types.js'; /** * Prints the result of the auto-fix operation. * @param result - The result of the auto-fix operation. * @param envName - The name of the environment file. * @param json - Whether to output in JSON format. * @returns void */ export declare function printAutoFix(result: FixContext, envName: string, json: boolean): void; //# sourceMappingURL=printAutoFix.d.ts.map