import type { PluginMetasResponse } from './types'; import { type Meta } from './types/meta/meta_object_gen'; 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; export declare function getPluginMetaFromCache(pluginId: string): Promise; export declare function refetchPluginMeta(pluginId: string): Promise;