import { GameObjects } from 'phaser'; export declare const DepthSetterMap: { readonly depth: (gameObject: GameObjects.Components.Depth & GameObjects.GameObject) => (value: number | undefined) => void; };