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