import { Hub, PluginConfig } from '../../types'; export declare function loadPlugin(server: Hub, pluginConfig: PluginConfig): Promise;