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