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