/** * A function that converts probability values * (0~1) of a specific area into [r, g, b] arrays corresponding to JET colormap colors */ export declare function getRGBArray(value: number): number[];