export interface ConvertOptions { /** Apply the plan. Without it the command only reports. */ write?: boolean; /** Include per-file content hunks in the report. */ diff?: boolean; /** Machine-readable plan, for CI and for the corpus conversion script. */ json?: boolean; /** Also rename in-place packages whose names do not mirror their location. */ normalizeNames?: boolean; } export declare function convertCommand(dir: string, options?: ConvertOptions): Promise; //# sourceMappingURL=convert.d.ts.map