import { GameObjects } from 'phaser'; export declare const TextureSetterMap: { readonly frame: (gameObject: GameObjects.Components.Texture) => (value: string | number | undefined) => void; readonly texture: (gameObject: GameObjects.Components.Texture) => (value: string | undefined) => void; };