import { type PluginMeta } from '@grafana/data'; export declare function refetchPluginSettings(pluginId: string): Promise; export declare const refetchCachedLegacySettings: (pluginId: string, _showErrorAlert?: boolean | undefined) => Promise>; export declare const refetchCachedAppSettings: (pluginId: string, _showErrorAlert?: boolean | undefined) => Promise;