export function convertColorStringValuesToRgbaArray(colorString: string): ColorArray;
import type { ColorArray } from '../types/index.js';
