export declare const reverse: <T>(some_colorfunc: (t: number) => T) => ((t: number) => T);
