import { Context } from "koishi";
export declare function getUserBSAccountInfo(ctx: Context, userid: number): Promise<{
blAccount: import("../../tables").BSRelateOAuthAccount;
ssAccount: import("../../tables").BSRelateOAuthAccount;
bsAccount: import("../../tables").BSRelateOAuthAccount;
}>;