/**
Copy all assets from plugins.
Assets are files stored in "_assets"
nd resources declared in the plugin itself.
@param {Output}
@return {Promise}
*/declarefunctioncopyPluginAssets(output: any): any;
exportdefault copyPluginAssets;
//# sourceMappingURL=copyPluginAssets.d.ts.map