A deprecated version of the old names should be exposed: ``` export ColorMapFunction; ``` should be replaced by: ``` export ColormapFunction; /** @deprecated Use ColormapFunctioninstead. */ export type ColorMapFunction = ColormapFunction; ```