/** * the file replacement function. * @param sourceContentFilePath the source file path. * @param writeToFilePath the write to file path. */ export declare function fileReplacement(sourceContentFilePath: string, writeToFilePath: string): Promise;