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