declare const copyFolder: (source: string, target: string, depth?: number) => Promise<void>;
export default copyFolder;
