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