import type { ReplyFunc } from './config'; import type { Client } from 'oicq'; export declare const PluginMenu: string; export declare function handlePluginCommand(bot: Client, params: string[], reply: ReplyFunc): Promise;