import { Player, RawPlayer } from "..";
export declare const RAW_PLAYER_RESULT_TO_PLAYER: (data: RawPlayer) => Player;
