export declare const easeInOutCubic: (t: number, b: number, c: number, d: number) => number;