import { Map } from 'immutable';
import { Entity } from '../../models/game/entity';
import { Game } from '../../models/game/game';
import * as i0 from "@angular/core";
export declare class GameInitializerService {
    initializePlayers(game: Game, entities: Map<number, Entity>): Game;
    static ɵfac: i0.ɵɵFactoryDeclaration<GameInitializerService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GameInitializerService>;
}
