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