import type { Context } from 'koishi'; import { Schema } from 'koishi'; export interface IConfig { } export declare const Config: Schema; export declare function apply(ctx: Context): void;