/** * Updates an installed plugin in the current TSDIAPI project. * * @param {string} pluginName - The name of the plugin to update. * @returns {Promise} - A promise that resolves after the plugin is updated. */ export declare const updatePlugin: (sourceName: string) => Promise; //# sourceMappingURL=update-plugin.d.ts.map