import { DekPluginFactory } from '@appkit/dek-plugin'; export declare function updatePlugins(authToken: string, apiUrl: string): Promise; export declare function unloadPlugins(): Promise; export declare function updateLocalPlugin(plugin: DekPluginFactory, pluginConfig: any): Promise; export declare function unloadLocalPlugin(): Promise;