import { Context } from "koishi";
import { Config } from ".";
export declare const reusable = true;
export declare function apply(ctx: Context, config: Config): void;
