/** Keep the original intact if writing, flushing, or replacing the edit fails. */ export declare function replaceFile(path: string, content: string, encoding: BufferEncoding, expected: string): Promise; //# sourceMappingURL=replace-file.d.ts.map