import { Context } from "koishi"; import { Config } from "../config"; export declare const name = "yesimbot.command.config"; export declare function apply(ctx: Context, config: Config): void;