import { Context } from "koishi";
declare function init(ctx: Context): void;
export default init;
