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