import { CopyOptions } from 'fs-extra'; export declare function copyFile(src: string, dest: string, options?: CopyOptions): Promise;