import { GameObjects } from 'phaser'; export declare const AlphaSetterMap: { readonly alpha: (gameObject: GameObjects.Components.Alpha) => (value: number | undefined) => void; readonly alphaBottomLeft: (gameObject: GameObjects.Components.Alpha) => (value: number | undefined) => void; readonly alphaBottomRight: (gameObject: GameObjects.Components.Alpha) => (value: number | undefined) => void; readonly alphaTopLeft: (gameObject: GameObjects.Components.Alpha) => (value: number | undefined) => void; readonly alphaTopRight: (gameObject: GameObjects.Components.Alpha) => (value: number | undefined) => void; };