export declare function registerPlayer(pseudo: string, onSuccess: any, onError: any): Promise<void>;
