/**
 Copy all assets from plugins.
 Assets are files stored in "_assets"
 nd resources declared in the plugin itself.

 @param {Output}
 @return {Promise}
 */
declare function copyPluginAssets(output: any): any;
export default copyPluginAssets;
//# sourceMappingURL=copyPluginAssets.d.ts.map