import type { CHANNELS, Channels } from '../types'; declare const change: (color: string | Channels, channels: Partial) => string; export default change;