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