export declare function copyFolder(sourceFolder: string, targetFolder: string): Promise<void>;
