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