import { Context } from 'koishi'; import { Config } from '../index.js'; export declare function apply(ctx: Context, config: Config): void;