import type { Channels } from '../types'; declare const hue: (color: string | Channels) => number; export default hue;