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