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