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