import { Context } from 'koishi'; export declare const name = "grouphelper"; export { usage } from './config'; export declare const inject: { required: string[]; optional: string[]; }; /** * 插件入口函数 */ export declare function apply(ctx: Context): void;