import { Context } from 'koishi';
/**
 * 注册玩家相关命令
 * @param {Context} ctx - Koishi上下文
 * @param {any} parent - 父命令
 */
export declare function registerPlayer(ctx: Context, parent: any): void;
