import type { OEConf } from '../config'; import type { Client } from 'oicq'; /** 检索并加载 node_modules 和 plugins 目录下的插件 */ export declare function loadPlugins(bot: Client, oeConf: OEConf): Promise<{ plugins: string[]; all: number; npm: number; local: number; cnt: number; }>;