export declare function replaceStringAndLinebreaks({ haystack, stringBefore, stringAfter, }: {
    haystack: string;
    stringBefore: string;
    stringAfter: string;
}): string;
export declare function removeLinesBreaksInConflictingFiles(str: string): string;
