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