import { Context, Schema } from 'koishi';
export declare const name = "openchat2";
export declare const usage = "\u9700\u8981 [\u81EA\u5EFA](https://github.com/yi03/openchat2) \u540E\u7AEF\u8F6C\u53D1\u670D\u52A1\uFF0C\u76EE\u524D\u5C1A\u672A\u5B58\u5728\u624B\u628A\u624B\u6559\u7A0B\uFF0C\u6709\u57FA\u672C\u7684 python \u4F7F\u7528\u7ECF\u9A8C\u4E00\u822C\u53EF\u4EE5\u8F83\u4E3A\u8F7B\u677E\u7684\u642D\u5EFA\u3002";
export interface Config {
    botname: string;
    endPoint: string;
}
export declare const Config: Schema<Config>;
export declare function apply(ctx: Context, config: Config): void;
