/** * Write the target file only if the content changed, * It always returns the target path */ export declare function writeFileIfChanged(targetPath: string, content: string): Promise;