// import * as Phaser from 'phaser';

export function Show(
    gameObject: Phaser.GameObjects.GameObject
): void;
export function Hide(
    gameObject: Phaser.GameObjects.GameObject
): void;

export function IsShown(
    gameObject: Phaser.GameObjects.GameObject
): boolean;
