import { Context, Session } from "koishi";
export declare function createGroupData(ctx: Context, session: Session): Promise<void>;
