import { GameObjects } from 'phaser'; export declare const GameObjectSetterMap: { readonly active: (gameObject: GameObjects.GameObject) => (value: boolean | undefined) => void; };