import { Context } from "koishi";
import { Config } from "../index";
export declare function module(ctx: Context, config: Config): Promise<void>;
