import type { Color } from "./Color.js"; export type CfColorScaleStop = { type: string; val?: string; color: Color; };