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