import type { Game } from "../../Game"; export declare const initialize: (game: Game) => void;