import { PluginPackage } from '../../common/plugin-protocol'; /** * Most activation events can be automatically deduced from the package manifest. * This function will update the manifest based on the plugin contributions. */ export declare function updateActivationEvents(manifest: PluginPackage): void; //# sourceMappingURL=plugin-activation-events.d.ts.map