declare const copy: (fromDir: string, toDir: string) => void;
export default copy;
