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