import type { OEConf } from '../config'; import type { Client } from 'oicq'; /** 通过插件模块路径启用单个插件 */ export declare function enablePlugin(bot: Client, oeConf: OEConf, pluginPath: string): Promise;