import { Player } from './player'; export declare class Players { item1?: Player[]; item2?: Player[]; }