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