export declare function copy(src: string, dist: string, showProgress?: boolean): Promise<void>;
