importPlayerfrom'../player';
/**
* Player instance list
*
* @description A collection of all the OpenPlayer instances, identified by a unique key.
* @interfacePlayerInstanceList
* @export
*/exportdefaultinterfacePlayerInstanceList {
[id: string]: Player;
}