export type TimingFunction = (t: number) => number;
export declare const normalizeTimingFunction: (something: string | TimingFunction) => TimingFunction | undefined;
