import { Rgb } from "../rgb/types.js"; import { Cubehelix } from "./types.js"; declare function convertRgbToCubehelix(color: Omit): Cubehelix; export default convertRgbToCubehelix;