export declare const getCarName: (playerName: string) => string;
export declare const getGroupName: (playerName: string) => string;
