import { Game } from './Game.js'; export declare function compose(...systems: ((game: Game) => () => void)[]): (game: Game) => () => void;