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