import type { OEConf } from '../config'; import type { AllMessageEvent } from '../plugin'; import type { Client } from 'oicq'; /** 解析框架命令,进行框架操作,仅框架主管理有权限 */ export declare function handleOECommand(event: AllMessageEvent, bot: Client, oeConf: OEConf): Promise;