import { Context, Schema } from 'koishi';
export declare const name = "wws-kokomi";
export interface Config {
url: string;
token: string;
}
export declare const inject: string[];
export declare const Config: Schema<Config>;
export declare function apply(ctx: Context): void;