import { FixResult } from "../types.js";
export declare function fixNorminetteErrors(targetPath: string): Promise<FixResult>;
