/**
 * hand-picked random polynomial that looks cool
 * clamped in [0.0 - 1.0]
 */
export declare function iikanjiEaseout(x: number): number;
