import type { PluginMetasResponse } from './types'; export declare function installPluginMeta(pluginId: string, version: string): Promise; export declare function uninstallPluginMeta(pluginId: string): Promise; export declare function initPluginMetas(): Promise; export declare function refetchPluginMetas(): Promise;