export declare class ExportEventSource { private readonly name; static readonly GROUP: ExportEventSource; static readonly PLAYERS: ExportEventSource; constructor(name: string); getName(): string; static asArray(): ExportEventSource[]; static byName(name: string): ExportEventSource | undefined; }