/**
 * 区域查询玩家
 */
export function area(http: any, serverId: any, x1: any, y1: any, x2: any, y2: any): Promise<{
    error: boolean;
}>;
