/** * Invalidate the cached plugin settings for a plugin so the next call to * `getPluginSettings` re-fetches from the backend. Silently no-ops when no * cache entry exists for the given plugin id. * @param pluginId - The id of the plugin. */ export declare function invalidatePluginSettingsCache(pluginId: string): void;