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