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