/** * Put HSL into a string */ export default function hslStringfy(hsl: number[]): string;