/// module Phaser.Easing { class Exponential { static In(k): number; static Out(k): number; static InOut(k): number; } }