UNPKG

koishi-plugin-kbot

Version:
8 lines (7 loc) 260 B
import type { Context } from 'koishi'; import { Logger, Schema } from 'koishi'; export interface IConfig { } export declare const Config: Schema<IConfig>; export declare const logger: Logger; export declare function apply(ctx: Context, config: IConfig): void;