declare const copyFile: (source: string, target: string) => Promise<void>;
export default copyFile;
