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