import { Player } from '../types';

export declare function isSelected(selectedPlayers: Player[], player: Player): boolean;
