export declare function copyContents(dirPath: string, outputPath: string): Promise<void>;
