export declare function findAndReplaceInFile(find: string | RegExp, replace: string, file: string): Promise;