import { AsyncOptions } from 'cpx'; export declare const copyFiles: (src: string, dest: string, options?: AsyncOptions) => Promise;