import { Hub, PluginsServerConfig } from '../../types'; export declare function createHub(config?: Partial, threadId?: number | null): Promise<[Hub, () => Promise]>;