import type { Dict } from '../types';
export declare function GetPlayerLicense(playerId: number | string): string;
export declare function GetIdentifiers(playerId: number | string): Dict<string>;
