import { Context } from "koishi";
export declare let started: boolean;
declare function preInit(ctx: Context): Promise<void>;
export default preInit;
